#0F6FA7

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

Shades of Cerulean #0F6FA7

Tints of Cerulean #0F6FA7

Color information

#0F6FA7 (or 0x0F6FA7) is unknown color: approx Cerulean. HEX triplet: 0F, 6F and A7. RGB value is (15,111,167). Sum of RGB (Red+Green+Blue) = 15+111+167=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F6FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6FA7 is #F09058. Grayscale: #585858. Windows color (decimal): -15765593 or 10972943. OLE color: 10972943.

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

Color convert

RGB15111167-
CMYK0.910.3400.35
HSL202.11º83.52%35.69%-
HSV(B)202.11º91.02%65.49%-
XYZ12.8614.2638.63-
YUV88.68172.275.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 167 (65.62% from 255) = 57.00%
R=5.12%
G=37.88%
B=57.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151111670.910.3400.35202.1183.5235.69
HexF6FA75B22023ca5424
Octal171572471334204331212444
Binary111111011111010011110110111000100100011110010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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