Html Css Color HEX #0D426C Dark Cerulean

📋 copy color: '#0D426C'

red 13 ◦ green 66 ◦ blue 108

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

Shades of Dark Cerulean #0D426C

Tints of Dark Cerulean #0D426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 6.95%
G = 35.29%
B = 57.75%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D426C (or 0x0D426C) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 6C. RGB value is (13,66,108). Sum of RGB (Red+Green+Blue) = 13+66+108=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D426C is #F2BD93. Grayscale: #363636. Windows color (decimal): -15908244 or 7094797. OLE color: 7094797.

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

Color convert

RGB 13 66 108 -
CMYK 0.88 0.39 0 0.58
HSL 206.53º 0.79% 0.24% -
HSV(B) 206.53º 0.88% 0.42% -
XYZ 4.82 5.06 14.91 -
YUV 54.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 13 66 108 0.88 0.39 0 0.58 206.53 0.79 0.24
Hex D 42 6C 58 27 0 3A CF 4F 18
Octal 15 102 154 130 47 0 72 317 117 30
Binary 1101 1000010 1101100 1011000 100111 0 111010 11001111 1001111 11000

Color Harmonies of #0D426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D426C

Black with #0D426C

Text Example


Text Example

White with #0D426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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