#0A7CAE

Color #0A7CAE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0A7CAE

Tints of Cerulean #0A7CAE

Color information

#0A7CAE (or 0x0A7CAE) is unknown color: approx Cerulean. HEX triplet: 0A, 7C and AE. RGB value is (10,124,174). Sum of RGB (Red+Green+Blue) = 10+124+174=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A7CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7CAE is #F58351. Grayscale: #5F5F5F. Windows color (decimal): -16089938 or 11435018. OLE color: 11435018.

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

Color convert

RGB10124174-
CMYK0.940.2900.32
HSL198.29º89.13%36.08%-
HSV(B)198.29º94.25%68.24%-
XYZ14.9717.5442.64-
YUV95.61172.2366.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.25%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=3.25%
G=40.26%
B=56.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101241740.940.2900.32198.2989.1336.08
HexA7CAE5E1D020c65924
Octal121742561363504030613144
Binary10101111100101011101011110111010100000110001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,124,174); }

 H1.HeaderClassName
 {
   color: #0A7CAE;
 }
 .AnyTagClassName
 {
   color: #0A7CAE;
 }
</style>
background-color css

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

 a { background-color: rgb(10,124,174); }

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

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

 span { border-color: rgb(10,124,174); }

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