#0F92CE

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

Shades of Pacific Blue #0F92CE

Tints of Pacific Blue #0F92CE

Color information

#0F92CE (or 0x0F92CE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 92 and CE. RGB value is (15,146,206). Sum of RGB (Red+Green+Blue) = 15+146+206=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F92CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F92CE is #F06D31. Grayscale: #717171. Windows color (decimal): -15756594 or 13537807. OLE color: 13537807.

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

Color convert

RGB15146206-
CMYK0.930.2900.19
HSL198.85º86.43%43.33%-
HSV(B)198.85º92.72%80.78%-
XYZ21.6225.1262.1-
YUV113.67180.157.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.09%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=4.09%
G=39.78%
B=56.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151462060.930.2900.19198.8586.4343.33
HexF92CE5D1D013c7562b
Octal172223161353502330712653
Binary11111001001011001110101110111101010011110001111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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