Html Css Color HEX #1593CC Pacific Blue

📋 copy color: '#1593CC'

red 21 ◦ green 147 ◦ blue 204

#1593CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1593CC

Tints of Pacific Blue #1593CC

RGB

 RED value IS 21 (8.59% from 255) = 5.65%

 GREEN value IS 147 (57.81% from 255) = 39.52%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 5.65%
G = 39.52%
B = 54.84%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1593CC (or 0x1593CC) is known color: Pacific Blue. HEX triplet: 15, 93 and CC. RGB value is (21,147,204). Sum of RGB (Red+Green+Blue) = 21+147+204=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #1593CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593CC is #EA6C33. Grayscale: #737373. Windows color (decimal): -15363124 or 13406997. OLE color: 13406997.

HSL color Cylindrical-coordinate representation of color #1593CC: hue angle of 198.69º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1593CC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 147 204 -
CMYK 0.90 0.28 0 0.2
HSL 198.69º 0.81% 0.44% -
HSV(B) 198.69º 0.9% 0.8% -
XYZ 21.64 25.39 60.89 -
YUV 115.82 177.76 60.37 -
System Red Green Blue C M Y K H S L
Decimal 21 147 204 0.90 0.28 0 0.2 198.69 0.81 0.44
Hex 15 93 CC 5A 1C 0 14 C7 51 2C
Octal 25 223 314 132 34 0 24 307 121 54
Binary 10101 10010011 11001100 1011010 11100 0 10100 11000111 1010001 101100

Color Harmonies of #1593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1593CC

Black with #1593CC

Text Example


Text Example

White with #1593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,147,204); }

 H1.HeaderClassName
 {
   color: #1593CC;
 }
 .AnyTagClassName
 {
   color: #1593CC;
 }
</style>

background-color css

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

 a { background-color: rgb(21,147,204); }

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

border-color css

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

 span { border-color: rgb(21,147,204); }

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