Html Css Color HEX #0A71AB Cerulean

📋 copy color: '#0A71AB'

red 10 ◦ green 113 ◦ blue 171

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

Shades of Cerulean #0A71AB

Tints of Cerulean #0A71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 3.4%
G = 38.44%
B = 58.16%

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

#0A71AB (or 0x0A71AB) is known color: Cerulean. HEX triplet: 0A, 71 and AB. RGB value is (10,113,171). Sum of RGB (Red+Green+Blue) = 10+113+171=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A71AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A71AB is #F58E54. Grayscale: #585858. Windows color (decimal): -16092757 or 11235594. OLE color: 11235594.

HSL color Cylindrical-coordinate representation of color #0A71AB: hue angle of 201.61º 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 #0A71AB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 113 171 -
CMYK 0.94 0.34 0 0.33
HSL 201.61º 0.89% 0.35% -
HSV(B) 201.61º 0.94% 0.67% -
XYZ 13.38 14.82 40.68 -
YUV 88.82 174.38 71.78 -
System Red Green Blue C M Y K H S L
Decimal 10 113 171 0.94 0.34 0 0.33 201.61 0.89 0.35
Hex A 71 AB 5E 22 0 21 CA 59 23
Octal 12 161 253 136 42 0 41 312 131 43
Binary 1010 1110001 10101011 1011110 100010 0 100001 11001010 1011001 100011

Color Harmonies of #0A71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A71AB

Black with #0A71AB

Text Example


Text Example

White with #0A71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,171); }

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

background-color css

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

 a { background-color: rgb(10,113,171); }

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

border-color css

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

 span { border-color: rgb(10,113,171); }

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