Html Css Color HEX #0D4668 Dark Cerulean

📋 copy color: '#0D4668'

red 13 ◦ green 70 ◦ blue 104

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

Shades of Dark Cerulean #0D4668

Tints of Dark Cerulean #0D4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 6.95%
G = 37.43%
B = 55.61%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D4668 (or 0x0D4668) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 68. RGB value is (13,70,104). Sum of RGB (Red+Green+Blue) = 13+70+104=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D4668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4668 is #F2B997. Grayscale: #383838. Windows color (decimal): -15907224 or 6833677. OLE color: 6833677.

HSL color Cylindrical-coordinate representation of color #0D4668: hue angle of 202.42º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4668 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 70 104 -
CMYK 0.88 0.33 0 0.59
HSL 202.42º 0.78% 0.23% -
HSV(B) 202.42º 0.88% 0.41% -
XYZ 4.85 5.47 13.9 -
YUV 56.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 13 70 104 0.88 0.33 0 0.59 202.42 0.78 0.23
Hex D 46 68 58 21 0 3B CA 4E 17
Octal 15 106 150 130 41 0 73 312 116 27
Binary 1101 1000110 1101000 1011000 100001 0 111011 11001010 1001110 10111

Color Harmonies of #0D4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4668

Black with #0D4668

Text Example


Text Example

White with #0D4668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,104); }

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

background-color css

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

 a { background-color: rgb(13,70,104); }

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

border-color css

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

 span { border-color: rgb(13,70,104); }

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