#1895CC

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

Shades of Pacific Blue #1895CC

Tints of Pacific Blue #1895CC

Color information

#1895CC (or 0x1895CC) is unknown color: approx Pacific Blue. HEX triplet: 18, 95 and CC. RGB value is (24,149,204). Sum of RGB (Red+Green+Blue) = 24+149+204=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1895CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895CC is #E76A33. Grayscale: #757575. Windows color (decimal): -15166004 or 13407512. OLE color: 13407512.

HSL color Cylindrical-coordinate representation of color #1895CC: hue angle of 198.33º 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 #1895CC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB24149204-
CMYK0.880.2700.2
HSL198.33º78.95%44.71%-
HSV(B)198.33º88.24%80%-
XYZ22.0226.0560.99-
YUV117.9176.5961.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.37%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=6.37%
G=39.52%
B=54.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal241492040.880.2700.2198.3378.9544.71
Hex1895CC581B014c64f2d
Octal302253141303302430611755
Binary110001001010111001100101100011011010100110001101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1895CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1895CC; }

 p { color: rgb(24,149,204); }

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

<style>
 a { background-color: #1895CC; }

 a { background-color: rgb(24,149,204); }

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

<style>
 span { border-color: #1895CC; }

 span { border-color: rgb(24,149,204); }

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