Html Css Color HEX #0D4271 Dark Cerulean

📋 copy color: '#0D4271'

red 13 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #0D4271

Tints of Dark Cerulean #0D4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

 BLUE value IS 113 (44.53% from 255) = 58.85%

R = 6.77%
G = 34.38%
B = 58.85%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D4271 (or 0x0D4271) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 71. RGB value is (13,66,113). Sum of RGB (Red+Green+Blue) = 13+66+113=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D4271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4271 is #F2BD8E. Grayscale: #373737. Windows color (decimal): -15908239 or 7422477. OLE color: 7422477.

HSL color Cylindrical-coordinate representation of color #0D4271: hue angle of 208.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4271 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 66 113 -
CMYK 0.88 0.42 0 0.56
HSL 208.2º 0.79% 0.25% -
HSV(B) 208.2º 0.88% 0.44% -
XYZ 5.09 5.17 16.35 -
YUV 55.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 13 66 113 0.88 0.42 0 0.56 208.2 0.79 0.25
Hex D 42 71 58 2A 0 38 D0 4F 19
Octal 15 102 161 130 52 0 70 320 117 31
Binary 1101 1000010 1110001 1011000 101010 0 111000 11010000 1001111 11001

Color Harmonies of #0D4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4271

Black with #0D4271

Text Example


Text Example

White with #0D4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,113); }

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

background-color css

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

 a { background-color: rgb(13,66,113); }

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

border-color css

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

 span { border-color: rgb(13,66,113); }

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