Html Css Color HEX #0D416D Dark Cerulean

📋 copy color: '#0D416D'

red 13 ◦ green 65 ◦ blue 109

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

Shades of Dark Cerulean #0D416D

Tints of Dark Cerulean #0D416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 6.95%
G = 34.76%
B = 58.29%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D416D (or 0x0D416D) is known color: Dark Cerulean. HEX triplet: 0D, 41 and 6D. RGB value is (13,65,109). Sum of RGB (Red+Green+Blue) = 13+65+109=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D416D is #F2BE92. Grayscale: #363636. Windows color (decimal): -15908499 or 7160077. OLE color: 7160077.

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

Color convert

RGB 13 65 109 -
CMYK 0.88 0.40 0 0.57
HSL 207.5º 0.79% 0.24% -
HSV(B) 207.5º 0.88% 0.43% -
XYZ 4.82 4.97 15.17 -
YUV 54.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 13 65 109 0.88 0.40 0 0.57 207.5 0.79 0.24
Hex D 41 6D 58 28 0 39 D0 4F 18
Octal 15 101 155 130 50 0 71 320 117 30
Binary 1101 1000001 1101101 1011000 101000 0 111001 11010000 1001111 11000

Color Harmonies of #0D416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D416D

Black with #0D416D

Text Example


Text Example

White with #0D416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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