Html Css Color HEX #0D4D6F Dark Cerulean

📋 copy color: '#0D4D6F'

red 13 ◦ green 77 ◦ blue 111

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

Shades of Dark Cerulean #0D4D6F

Tints of Dark Cerulean #0D4D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 6.47%
G = 38.31%
B = 55.22%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D4D6F (or 0x0D4D6F) is known color: Dark Cerulean. HEX triplet: 0D, 4D and 6F. RGB value is (13,77,111). Sum of RGB (Red+Green+Blue) = 13+77+111=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D4D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D6F is #F2B290. Grayscale: #3D3D3D. Windows color (decimal): -15905425 or 7294221. OLE color: 7294221.

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

Color convert

RGB 13 77 111 -
CMYK 0.88 0.31 0 0.56
HSL 200.82º 0.79% 0.24% -
HSV(B) 200.82º 0.88% 0.44% -
XYZ 5.69 6.54 16 -
YUV 61.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 13 77 111 0.88 0.31 0 0.56 200.82 0.79 0.24
Hex D 4D 6F 58 1F 0 38 C9 4F 18
Octal 15 115 157 130 37 0 70 311 117 30
Binary 1101 1001101 1101111 1011000 11111 0 111000 11001001 1001111 11000

Color Harmonies of #0D4D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D6F

Black with #0D4D6F

Text Example


Text Example

White with #0D4D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,77,111); }

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

background-color css

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

 a { background-color: rgb(13,77,111); }

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

border-color css

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

 span { border-color: rgb(13,77,111); }

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