#0F70AC

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

Shades of Cerulean #0F70AC

Tints of Cerulean #0F70AC

Color information

#0F70AC (or 0x0F70AC) is unknown color: approx Cerulean. HEX triplet: 0F, 70 and AC. RGB value is (15,112,172). Sum of RGB (Red+Green+Blue) = 15+112+172=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F70AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F70AC is #F08F53. Grayscale: #595959. Windows color (decimal): -15765332 or 11300879. OLE color: 11300879.

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

Color convert

RGB15112172-
CMYK0.910.3500.33
HSL202.93º83.96%36.67%-
HSV(B)202.93º91.28%67.45%-
XYZ13.4414.6741.15-
YUV89.84174.3674.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=5.02%
G=37.46%
B=57.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151121720.910.3500.33202.9383.9636.67
HexF70AC5B23021cb5425
Octal171602541334304131312445
Binary111111100001010110010110111000110100001110010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,172); }

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

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

 a { background-color: rgb(15,112,172); }

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

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

 span { border-color: rgb(15,112,172); }

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