Html Css Color HEX #0D4768 Dark Cerulean

📋 copy color: '#0D4768'

red 13 ◦ green 71 ◦ blue 104

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

Shades of Dark Cerulean #0D4768

Tints of Dark Cerulean #0D4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 6.91%
G = 37.77%
B = 55.32%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D4768 (or 0x0D4768) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 68. RGB value is (13,71,104). Sum of RGB (Red+Green+Blue) = 13+71+104=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D4768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4768 is #F2B897. Grayscale: #393939. Windows color (decimal): -15906968 or 6833933. OLE color: 6833933.

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

Color convert

RGB 13 71 104 -
CMYK 0.88 0.32 0 0.59
HSL 201.76º 0.78% 0.23% -
HSV(B) 201.76º 0.88% 0.41% -
XYZ 4.92 5.59 13.92 -
YUV 57.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 13 71 104 0.88 0.32 0 0.59 201.76 0.78 0.23
Hex D 47 68 58 20 0 3B CA 4E 17
Octal 15 107 150 130 40 0 73 312 116 27
Binary 1101 1000111 1101000 1011000 100000 0 111011 11001010 1001110 10111

Color Harmonies of #0D4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4768

Black with #0D4768

Text Example


Text Example

White with #0D4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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