Html Css Color HEX #0D466D Dark Cerulean

📋 copy color: '#0D466D'

red 13 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #0D466D

Tints of Dark Cerulean #0D466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 6.77%
G = 36.46%
B = 56.77%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D466D (or 0x0D466D) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 6D. RGB value is (13,70,109). Sum of RGB (Red+Green+Blue) = 13+70+109=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D466D is #F2B992. Grayscale: #393939. Windows color (decimal): -15907219 or 7161357. OLE color: 7161357.

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

Color convert

RGB 13 70 109 -
CMYK 0.88 0.36 0 0.57
HSL 204.38º 0.79% 0.24% -
HSV(B) 204.38º 0.88% 0.43% -
XYZ 5.12 5.57 15.27 -
YUV 57.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 13 70 109 0.88 0.36 0 0.57 204.38 0.79 0.24
Hex D 46 6D 58 24 0 39 CC 4F 18
Octal 15 106 155 130 44 0 71 314 117 30
Binary 1101 1000110 1101101 1011000 100100 0 111001 11001100 1001111 11000

Color Harmonies of #0D466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D466D

Black with #0D466D

Text Example


Text Example

White with #0D466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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