#1892CD

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

Shades of Pacific Blue #1892CD

Tints of Pacific Blue #1892CD

Color information

#1892CD (or 0x1892CD) is unknown color: approx Pacific Blue. HEX triplet: 18, 92 and CD. RGB value is (24,146,205). Sum of RGB (Red+Green+Blue) = 24+146+205=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1892CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892CD is #E76D32. Grayscale: #737373. Windows color (decimal): -15166771 or 13472280. OLE color: 13472280.

HSL color Cylindrical-coordinate representation of color #1892CD: hue angle of 199.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1892CD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24146205-
CMYK0.880.2900.20
HSL199.56º79.04%44.9%-
HSV(B)199.56º88.29%80.39%-
XYZ21.6825.1661.47-
YUV116.25178.0862.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.4%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=6.4%
G=38.93%
B=54.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241462050.880.2900.20199.5679.0444.9
Hex1892CD581D014c84f2d
Octal302223151303502431011755
Binary110001001001011001101101100011101010100110010001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1892CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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