Html Css Color HEX #0D447E Dark Cerulean

📋 copy color: '#0D447E'

red 13 ◦ green 68 ◦ blue 126

#0D447E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0D447E

Tints of Dark Cerulean #0D447E

RGB

 RED value IS 13 (5.47% from 255) = 6.28%

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 6.28%
G = 32.85%
B = 60.87%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D447E (or 0x0D447E) is known color: Dark Cerulean. HEX triplet: 0D, 44 and 7E. RGB value is (13,68,126). Sum of RGB (Red+Green+Blue) = 13+68+126=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D447E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D447E is #F2BB81. Grayscale: #393939. Windows color (decimal): -15907714 or 8274957. OLE color: 8274957.

HSL color Cylindrical-coordinate representation of color #0D447E: hue angle of 210.8º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D447E is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 68 126 -
CMYK 0.90 0.46 0 0.51
HSL 210.8º 0.81% 0.27% -
HSV(B) 210.8º 0.9% 0.49% -
XYZ 6 5.73 20.53 -
YUV 58.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 13 68 126 0.90 0.46 0 0.51 210.8 0.81 0.27
Hex D 44 7E 5A 2E 0 33 D3 51 1B
Octal 15 104 176 132 56 0 63 323 121 33
Binary 1101 1000100 1111110 1011010 101110 0 110011 11010011 1010001 11011

Color Harmonies of #0D447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D447E

Black with #0D447E

Text Example


Text Example

White with #0D447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,126); }

 H1.HeaderClassName
 {
   color: #0D447E;
 }
 .AnyTagClassName
 {
   color: #0D447E;
 }
</style>

background-color css

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

 a { background-color: rgb(13,68,126); }

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

border-color css

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

 span { border-color: rgb(13,68,126); }

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