Html Css Color HEX #0D6EA6 Cerulean

📋 copy color: '#0D6EA6'

red 13 ◦ green 110 ◦ blue 166

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

Shades of Cerulean #0D6EA6

Tints of Cerulean #0D6EA6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 166 (65.23% from 255) = 57.44%

R = 4.5%
G = 38.06%
B = 57.44%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0D6EA6 (or 0x0D6EA6) is known color: Cerulean. HEX triplet: 0D, 6E and A6. RGB value is (13,110,166). Sum of RGB (Red+Green+Blue) = 13+110+166=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D6EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6EA6 is #F29159. Grayscale: #575757. Windows color (decimal): -15896922 or 10907149. OLE color: 10907149.

HSL color Cylindrical-coordinate representation of color #0D6EA6: hue angle of 201.96º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D6EA6 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 110 166 -
CMYK 0.92 0.34 0 0.35
HSL 201.96º 0.85% 0.35% -
HSV(B) 201.96º 0.92% 0.65% -
XYZ 12.62 13.99 38.11 -
YUV 87.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 13 110 166 0.92 0.34 0 0.35 201.96 0.85 0.35
Hex D 6E A6 5C 22 0 23 CA 55 23
Octal 15 156 246 134 42 0 43 312 125 43
Binary 1101 1101110 10100110 1011100 100010 0 100011 11001010 1010101 100011

Color Harmonies of #0D6EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6EA6

Black with #0D6EA6

Text Example


Text Example

White with #0D6EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,110,166); }

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

background-color css

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

 a { background-color: rgb(13,110,166); }

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

border-color css

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

 span { border-color: rgb(13,110,166); }

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