Html Css Color HEX #0A6EAC Cerulean

📋 copy color: '#0A6EAC'

red 10 ◦ green 110 ◦ blue 172

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

Shades of Cerulean #0A6EAC

Tints of Cerulean #0A6EAC

RGB

 RED value IS 10 (4.3% from 255) = 3.42%

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

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 3.42%
G = 37.67%
B = 58.9%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A6EAC (or 0x0A6EAC) is known color: Cerulean. HEX triplet: 0A, 6E and AC. RGB value is (10,110,172). Sum of RGB (Red+Green+Blue) = 10+110+172=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A6EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6EAC is #F59153. Grayscale: #565656. Windows color (decimal): -16093524 or 11300362. OLE color: 11300362.

HSL color Cylindrical-coordinate representation of color #0A6EAC: hue angle of 202.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6EAC is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 110 172 -
CMYK 0.94 0.36 0 0.33
HSL 202.96º 0.89% 0.36% -
HSV(B) 202.96º 0.94% 0.67% -
XYZ 13.15 14.19 41.08 -
YUV 87.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 10 110 172 0.94 0.36 0 0.33 202.96 0.89 0.36
Hex A 6E AC 5E 24 0 21 CB 59 24
Octal 12 156 254 136 44 0 41 313 131 44
Binary 1010 1101110 10101100 1011110 100100 0 100001 11001011 1011001 100100

Color Harmonies of #0A6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6EAC

Black with #0A6EAC

Text Example


Text Example

White with #0A6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,110,172); }

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

background-color css

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

 a { background-color: rgb(10,110,172); }

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

border-color css

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

 span { border-color: rgb(10,110,172); }

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