#1992CA

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

Shades of Pacific Blue #1992CA

Tints of Pacific Blue #1992CA

Color information

#1992CA (or 0x1992CA) is unknown color: approx Pacific Blue. HEX triplet: 19, 92 and CA. RGB value is (25,146,202). Sum of RGB (Red+Green+Blue) = 25+146+202=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #1992CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992CA is #E66D35. Grayscale: #737373. Windows color (decimal): -15101238 or 13275673. OLE color: 13275673.

HSL color Cylindrical-coordinate representation of color #1992CA: hue angle of 198.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1992CA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25146202-
CMYK0.880.2800.21
HSL198.98º77.97%44.51%-
HSV(B)198.98º87.62%79.22%-
XYZ21.3425.0359.58-
YUV116.2176.4162.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.70%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=6.70%
G=39.14%
B=54.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251462020.880.2800.21198.9877.9744.51
Hex1992CA581C015c74e2d
Octal312223121303402530711655
Binary110011001001011001010101100011100010101110001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1992CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1992CA; }

 p { color: rgb(25,146,202); }

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

<style>
 a { background-color: #1992CA; }

 a { background-color: rgb(25,146,202); }

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

<style>
 span { border-color: #1992CA; }

 span { border-color: rgb(25,146,202); }

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