#0d1fcc

Color #0D1FCC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0D1FCC

Tints of Medium Blue #0D1FCC

Color information

#0D1FCC (or 0x0D1FCC) is unknown color: approx Medium Blue. HEX triplet: 0D, 1F and CC. RGB value is (13,31,204). Sum of RGB (Red+Green+Blue) = 13+31+204=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D1FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1FCC is #F2E033. Grayscale: #2C2C2C. Windows color (decimal): -15917108 or 13377293. OLE color: 13377293.

HSL color Cylindrical-coordinate representation of color #0D1FCC: hue angle of 234.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1FCC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1331204-
CMYK0.940.8500.2
HSL234.35º88.02%42.55%-
HSV(B)234.35º93.63%80%-
XYZ11.565.4357.56-
YUV45.34217.54104.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.24%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 204 (80.08% from 255) = 82.26%
R=5.24%
G=12.5%
B=82.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13312040.940.8500.2234.3588.0242.55
HexD1FCC5E55014ea582b
Octal153731413612502435213053
Binary1101111111100110010111101010101010100111010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d1fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d1fcc; }

 p { color: rgb(13,31,204); }

 H1.HeaderClassName
 {
   color: #0d1fcc;
 }
 .AnyTagClassName
 {
   color: #0d1fcc;
 }
</style>
background-color css

<style>
 a { background-color: #0d1fcc; }

 a { background-color: rgb(13,31,204); }

 div.DivClassName
 {
   background-color: #0d1fcc;
 }
 .BgClassName
 {
   background-color: #0d1fcc;
 }
</style>
border-color css

<style>
 span { border-color: #0d1fcc; }

 span { border-color: rgb(13,31,204); }

 td.TdClassName
 {
   border-color: #0d1fcc;
 }
 .TagClassName
 {
   border-color: #0d1fcc;
 }
</style>