Html Css Color HEX #0D416C Dark Cerulean

📋 copy color: '#0D416C'

red 13 ◦ green 65 ◦ blue 108

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

Shades of Dark Cerulean #0D416C

Tints of Dark Cerulean #0D416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 6.99%
G = 34.95%
B = 58.06%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D416C (or 0x0D416C) is known color: Dark Cerulean. HEX triplet: 0D, 41 and 6C. RGB value is (13,65,108). Sum of RGB (Red+Green+Blue) = 13+65+108=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D416C is #F2BE93. Grayscale: #363636. Windows color (decimal): -15908500 or 7094541. OLE color: 7094541.

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

Color convert

RGB 13 65 108 -
CMYK 0.88 0.40 0 0.58
HSL 207.16º 0.79% 0.24% -
HSV(B) 207.16º 0.88% 0.42% -
XYZ 4.76 4.95 14.89 -
YUV 54.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 13 65 108 0.88 0.40 0 0.58 207.16 0.79 0.24
Hex D 41 6C 58 28 0 3A CF 4F 18
Octal 15 101 154 130 50 0 72 317 117 30
Binary 1101 1000001 1101100 1011000 101000 0 111010 11001111 1001111 11000

Color Harmonies of #0D416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D416C

Black with #0D416C

Text Example


Text Example

White with #0D416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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