Html Css Color HEX #0D4477 Dark Cerulean

📋 copy color: '#0D4477'

red 13 ◦ green 68 ◦ blue 119

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

Shades of Dark Cerulean #0D4477

Tints of Dark Cerulean #0D4477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 6.5%
G = 34%
B = 59.5%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D4477 (or 0x0D4477) is known color: Dark Cerulean. HEX triplet: 0D, 44 and 77. RGB value is (13,68,119). Sum of RGB (Red+Green+Blue) = 13+68+119=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D4477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4477 is #F2BB88. Grayscale: #393939. Windows color (decimal): -15907721 or 7816205. OLE color: 7816205.

HSL color Cylindrical-coordinate representation of color #0D4477: hue angle of 208.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4477 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 68 119 -
CMYK 0.89 0.43 0 0.53
HSL 208.87º 0.8% 0.26% -
HSV(B) 208.87º 0.89% 0.47% -
XYZ 5.56 5.55 18.23 -
YUV 57.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 13 68 119 0.89 0.43 0 0.53 208.87 0.8 0.26
Hex D 44 77 59 2B 0 35 D1 50 1A
Octal 15 104 167 131 53 0 65 321 120 32
Binary 1101 1000100 1110111 1011001 101011 0 110101 11010001 1010000 11010

Color Harmonies of #0D4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4477

Black with #0D4477

Text Example


Text Example

White with #0D4477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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