#0A74B0

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

Shades of Cerulean #0A74B0

Tints of Cerulean #0A74B0

Color information

#0A74B0 (or 0x0A74B0) is unknown color: approx Cerulean. HEX triplet: 0A, 74 and B0. RGB value is (10,116,176). Sum of RGB (Red+Green+Blue) = 10+116+176=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #0A74B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A74B0 is #F58B4F. Grayscale: #5A5A5A. Windows color (decimal): -16091984 or 11564042. OLE color: 11564042.

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

Color convert

RGB10116176-
CMYK0.940.3400.31
HSL201.69º89.25%36.47%-
HSV(B)201.69º94.32%69.02%-
XYZ14.2115.6943.35-
YUV91.15175.8870.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.31%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 176 (69.14% from 255) = 58.28%
R=3.31%
G=38.41%
B=58.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101161760.940.3400.31201.6989.2536.47
HexA74B05E2201Fca5924
Octal121642601364203731213144
Binary10101110100101100001011110100010011111110010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,116,176); }

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

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

 a { background-color: rgb(10,116,176); }

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

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

 span { border-color: rgb(10,116,176); }

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