Html Css Color HEX #0D4575 Dark Cerulean

📋 copy color: '#0D4575'

red 13 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #0D4575

Tints of Dark Cerulean #0D4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 6.53%
G = 34.67%
B = 58.79%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D4575 (or 0x0D4575) is known color: Dark Cerulean. HEX triplet: 0D, 45 and 75. RGB value is (13,69,117). Sum of RGB (Red+Green+Blue) = 13+69+117=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D4575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4575 is #F2BA8A. Grayscale: #393939. Windows color (decimal): -15907467 or 7685389. OLE color: 7685389.

HSL color Cylindrical-coordinate representation of color #0D4575: hue angle of 207.69º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4575 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 69 117 -
CMYK 0.89 0.41 0 0.54
HSL 207.69º 0.8% 0.25% -
HSV(B) 207.69º 0.89% 0.46% -
XYZ 5.5 5.63 17.63 -
YUV 57.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 13 69 117 0.89 0.41 0 0.54 207.69 0.8 0.25
Hex D 45 75 59 29 0 36 D0 50 19
Octal 15 105 165 131 51 0 66 320 120 31
Binary 1101 1000101 1110101 1011001 101001 0 110110 11010000 1010000 11001

Color Harmonies of #0D4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4575

Black with #0D4575

Text Example


Text Example

White with #0D4575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,69,117); }

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

background-color css

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

 a { background-color: rgb(13,69,117); }

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

border-color css

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

 span { border-color: rgb(13,69,117); }

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