#0A74AC

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

Shades of Cerulean #0A74AC

Tints of Cerulean #0A74AC

Color information

#0A74AC (or 0x0A74AC) is unknown color: approx Cerulean. HEX triplet: 0A, 74 and AC. RGB value is (10,116,172). Sum of RGB (Red+Green+Blue) = 10+116+172=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A74AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A74AC is #F58B53. Grayscale: #5A5A5A. Windows color (decimal): -16091988 or 11301898. OLE color: 11301898.

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

Color convert

RGB10116172-
CMYK0.940.3300.33
HSL200.74º89.01%35.69%-
HSV(B)200.74º94.19%67.45%-
XYZ13.8215.5341.3-
YUV90.69173.8870.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=3.36%
G=38.93%
B=57.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101161720.940.3300.33200.7489.0135.69
HexA74AC5E21021c95924
Octal121642541364104131113144
Binary101011101001010110010111101000010100001110010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A74AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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