#0F78AB

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

Shades of Cerulean #0F78AB

Tints of Cerulean #0F78AB

Color information

#0F78AB (or 0x0F78AB) is unknown color: approx Cerulean. HEX triplet: 0F, 78 and AB. RGB value is (15,120,171). Sum of RGB (Red+Green+Blue) = 15+120+171=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F78AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F78AB is #F08754. Grayscale: #5E5E5E. Windows color (decimal): -15763285 or 11237391. OLE color: 11237391.

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

Color convert

RGB15120171-
CMYK0.910.3000.33
HSL199.62º83.87%36.47%-
HSV(B)199.62º91.23%67.06%-
XYZ14.2616.4740.96-
YUV94.42171.2171.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.90%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=4.90%
G=39.22%
B=55.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151201710.910.3000.33199.6283.8736.47
HexF78AB5B1E021c85424
Octal171702531333604131012444
Binary11111111000101010111011011111100100001110010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,171); }

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

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

 a { background-color: rgb(15,120,171); }

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

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

 span { border-color: rgb(15,120,171); }

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