Html Css Color HEX #0A70AA Cerulean

📋 copy color: '#0A70AA'

red 10 ◦ green 112 ◦ blue 170

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

Shades of Cerulean #0A70AA

Tints of Cerulean #0A70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 3.42%
G = 38.36%
B = 58.22%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A70AA (or 0x0A70AA) is known color: Cerulean. HEX triplet: 0A, 70 and AA. RGB value is (10,112,170). Sum of RGB (Red+Green+Blue) = 10+112+170=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A70AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A70AA is #F58F55. Grayscale: #575757. Windows color (decimal): -16093014 or 11169802. OLE color: 11169802.

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

Color convert

RGB 10 112 170 -
CMYK 0.94 0.34 0 0.33
HSL 201.75º 0.89% 0.35% -
HSV(B) 201.75º 0.94% 0.67% -
XYZ 13.18 14.56 40.15 -
YUV 88.11 174.21 72.28 -
System Red Green Blue C M Y K H S L
Decimal 10 112 170 0.94 0.34 0 0.33 201.75 0.89 0.35
Hex A 70 AA 5E 22 0 21 CA 59 23
Octal 12 160 252 136 42 0 41 312 131 43
Binary 1010 1110000 10101010 1011110 100010 0 100001 11001010 1011001 100011

Color Harmonies of #0A70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A70AA

Black with #0A70AA

Text Example


Text Example

White with #0A70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,170); }

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

background-color css

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

 a { background-color: rgb(10,112,170); }

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

border-color css

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

 span { border-color: rgb(10,112,170); }

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