#0A7EA5

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

Shades of Cerulean #0A7EA5

Tints of Cerulean #0A7EA5

Color information

#0A7EA5 (or 0x0A7EA5) is unknown color: approx Cerulean. HEX triplet: 0A, 7E and A5. RGB value is (10,126,165). Sum of RGB (Red+Green+Blue) = 10+126+165=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A7EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7EA5 is #F5815A. Grayscale: #5F5F5F. Windows color (decimal): -16089435 or 10845706. OLE color: 10845706.

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

Color convert

RGB10126165-
CMYK0.940.2400.35
HSL195.1º88.57%34.31%-
HSV(B)195.1º93.94%64.71%-
XYZ14.3817.738.26-
YUV95.76167.0766.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=3.32%
G=41.86%
B=54.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101261650.940.2400.35195.188.5734.31
HexA7EA55E18023c35922
Octal121762451363004330313142
Binary10101111110101001011011110110000100011110000111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,126,165); }

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

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

 a { background-color: rgb(10,126,165); }

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

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

 span { border-color: rgb(10,126,165); }

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