#0A7EBC

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

Shades of Cerulean #0A7EBC

Tints of Cerulean #0A7EBC

Color information

#0A7EBC (or 0x0A7EBC) is unknown color: approx Cerulean. HEX triplet: 0A, 7E and BC. RGB value is (10,126,188). Sum of RGB (Red+Green+Blue) = 10+126+188=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A7EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7EBC is #F58143. Grayscale: #626262. Windows color (decimal): -16089412 or 12353034. OLE color: 12353034.

HSL color Cylindrical-coordinate representation of color #0A7EBC: hue angle of 200.9º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7EBC is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10126188-
CMYK0.950.3300.26
HSL200.9º89.9%38.82%-
HSV(B)200.9º94.68%73.73%-
XYZ16.6618.6250.29-
YUV98.38178.5764.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.09%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=3.09%
G=38.89%
B=58.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101261880.950.3300.26200.989.938.82
HexA7EBC5F2101Ac95a27
Octal121762741374103231113247
Binary10101111110101111001011111100001011010110010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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