#0F92CB

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

Shades of Pacific Blue #0F92CB

Tints of Pacific Blue #0F92CB

Color information

#0F92CB (or 0x0F92CB) is unknown color: approx Pacific Blue. HEX triplet: 0F, 92 and CB. RGB value is (15,146,203). Sum of RGB (Red+Green+Blue) = 15+146+203=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F92CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F92CB is #F06D34. Grayscale: #707070. Windows color (decimal): -15756597 or 13341199. OLE color: 13341199.

HSL color Cylindrical-coordinate representation of color #0F92CB: hue angle of 198.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F92CB is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15146203-
CMYK0.930.2800.20
HSL198.19º86.24%42.75%-
HSV(B)198.19º92.61%79.61%-
XYZ21.2624.9760.2-
YUV113.33178.657.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 203 (79.69% from 255) = 55.77%
R=4.12%
G=40.11%
B=55.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151462030.930.2800.20198.1986.2442.75
HexF92CB5D1C014c6562b
Octal172223131353402430612653
Binary11111001001011001011101110111100010100110001101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,146,203); }

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

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

 a { background-color: rgb(15,146,203); }

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

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

 span { border-color: rgb(15,146,203); }

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