#0092cf

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

Shades of Pacific Blue #0092CF

Tints of Pacific Blue #0092CF

Color information

#0092CF (or 0x0092CF) is unknown color: approx Pacific Blue. HEX triplet: 00, 92 and CF. RGB value is (0,146,207). Sum of RGB (Red+Green+Blue) = 0+146+207=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #0092CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092CF is #FF6D30. Grayscale: #6C6C6C. Windows color (decimal): -16739633 or 13603328. OLE color: 13603328.

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

Color convert

RGB0146207-
CMYK10.2900.19
HSL197.68º100%40.59%-
HSV(B)197.68º100%81.18%-
XYZ21.5425.0662.73-
YUV109.3183.1350.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 207 (81.25% from 255) = 58.64%
R=0%
G=41.36%
B=58.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal014620710.2900.19197.6810040.59
Hex092CF641D013c66429
Octal02223171443502330614451
Binary01001001011001111110010011101010011110001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0092cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0092cf; }

 p { color: rgb(0,146,207); }

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

<style>
 a { background-color: #0092cf; }

 a { background-color: rgb(0,146,207); }

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

<style>
 span { border-color: #0092cf; }

 span { border-color: rgb(0,146,207); }

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