Html Css Color HEX #0D4F70 Dark Cerulean

📋 copy color: '#0D4F70'

red 13 ◦ green 79 ◦ blue 112

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

Shades of Dark Cerulean #0D4F70

Tints of Dark Cerulean #0D4F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.73%

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 6.37%
G = 38.73%
B = 54.9%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D4F70 (or 0x0D4F70) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 70. RGB value is (13,79,112). Sum of RGB (Red+Green+Blue) = 13+79+112=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D4F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F70 is #F2B08F. Grayscale: #3E3E3E. Windows color (decimal): -15904912 or 7360269. OLE color: 7360269.

HSL color Cylindrical-coordinate representation of color #0D4F70: hue angle of 200º 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 #0D4F70 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 79 112 -
CMYK 0.88 0.29 0 0.56
HSL 200º 0.79% 0.25% -
HSV(B) 200º 0.88% 0.44% -
XYZ 5.89 6.85 16.34 -
YUV 63.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 13 79 112 0.88 0.29 0 0.56 200 0.79 0.25
Hex D 4F 70 58 1D 0 38 C8 4F 19
Octal 15 117 160 130 35 0 70 310 117 31
Binary 1101 1001111 1110000 1011000 11101 0 111000 11001000 1001111 11001

Color Harmonies of #0D4F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4F70

Black with #0D4F70

Text Example


Text Example

White with #0D4F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,79,112); }

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

background-color css

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

 a { background-color: rgb(13,79,112); }

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

border-color css

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

 span { border-color: rgb(13,79,112); }

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