#0A78B4

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

Shades of Cerulean #0A78B4

Tints of Cerulean #0A78B4

Color information

#0A78B4 (or 0x0A78B4) is unknown color: approx Cerulean. HEX triplet: 0A, 78 and B4. RGB value is (10,120,180). Sum of RGB (Red+Green+Blue) = 10+120+180=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #0A78B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A78B4 is #F5874B. Grayscale: #5D5D5D. Windows color (decimal): -16090956 or 11827210. OLE color: 11827210.

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

Color convert

RGB10120180-
CMYK0.940.3300.29
HSL201.18º89.47%37.25%-
HSV(B)201.18º94.44%70.59%-
XYZ15.0816.7945.63-
YUV93.95176.5668.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.23%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=3.23%
G=38.71%
B=58.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101201800.940.3300.29201.1889.4737.25
HexA78B45E2101Dc95925
Octal121702641364103531113145
Binary10101111000101101001011110100001011101110010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,180); }

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

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

 a { background-color: rgb(10,120,180); }

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

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

 span { border-color: rgb(10,120,180); }

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