#1892CA

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

Shades of Pacific Blue #1892CA

Tints of Pacific Blue #1892CA

Color information

#1892CA (or 0x1892CA) is unknown color: approx Pacific Blue. HEX triplet: 18, 92 and CA. RGB value is (24,146,202). Sum of RGB (Red+Green+Blue) = 24+146+202=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #1892CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892CA is #E76D35. Grayscale: #737373. Windows color (decimal): -15166774 or 13275672. OLE color: 13275672.

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

Color convert

RGB24146202-
CMYK0.880.2800.21
HSL198.88º78.76%44.31%-
HSV(B)198.88º88.12%79.22%-
XYZ21.3225.0259.58-
YUV115.91176.5862.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.45%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=6.45%
G=39.25%
B=54.30%

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
Decimal241462020.880.2800.21198.8878.7644.31
Hex1892CA581C015c74f2c
Octal302223121303402530711754
Binary110001001001011001010101100011100010101110001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1892CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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