#0F6FAC

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

Shades of Cerulean #0F6FAC

Tints of Cerulean #0F6FAC

Color information

#0F6FAC (or 0x0F6FAC) is unknown color: approx Cerulean. HEX triplet: 0F, 6F and AC. RGB value is (15,111,172). Sum of RGB (Red+Green+Blue) = 15+111+172=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 111 (43.75% from 255 or 37.25% 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 #0F6FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6FAC is #F09053. Grayscale: #585858. Windows color (decimal): -15765588 or 11300623. OLE color: 11300623.

HSL color Cylindrical-coordinate representation of color #0F6FAC: hue angle of 203.31º 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 #0F6FAC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15111172-
CMYK0.910.3500.33
HSL203.31º83.96%36.67%-
HSV(B)203.31º91.28%67.45%-
XYZ13.3314.4541.12-
YUV89.25174.775.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.03%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=5.03%
G=37.25%
B=57.72%

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
Decimal151111720.910.3500.33203.3183.9636.67
HexF6FAC5B23021cb5425
Octal171572541334304131312445
Binary111111011111010110010110111000110100001110010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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