Html Css Color HEX #1591CC Pacific Blue

📋 copy color: '#1591CC'

red 21 ◦ green 145 ◦ blue 204

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

Shades of Pacific Blue #1591CC

Tints of Pacific Blue #1591CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

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

R = 5.68%
G = 39.19%
B = 55.14%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1591CC (or 0x1591CC) is known color: Pacific Blue. HEX triplet: 15, 91 and CC. RGB value is (21,145,204). Sum of RGB (Red+Green+Blue) = 21+145+204=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #1591CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591CC is #EA6E33. Grayscale: #727272. Windows color (decimal): -15363636 or 13406485. OLE color: 13406485.

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

Color convert

RGB 21 145 204 -
CMYK 0.90 0.29 0 0.2
HSL 199.34º 0.81% 0.44% -
HSV(B) 199.34º 0.9% 0.8% -
XYZ 21.33 24.77 60.78 -
YUV 114.65 178.42 61.2 -
System Red Green Blue C M Y K H S L
Decimal 21 145 204 0.90 0.29 0 0.2 199.34 0.81 0.44
Hex 15 91 CC 5A 1D 0 14 C7 51 2C
Octal 25 221 314 132 35 0 24 307 121 54
Binary 10101 10010001 11001100 1011010 11101 0 10100 11000111 1010001 101100

Color Harmonies of #1591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1591CC

Black with #1591CC

Text Example


Text Example

White with #1591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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