Html Css Color HEX #1591CE Pacific Blue

📋 copy color: '#1591CE'

red 21 ◦ green 145 ◦ blue 206

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

Shades of Pacific Blue #1591CE

Tints of Pacific Blue #1591CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 5.65%
G = 38.98%
B = 55.38%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1591CE (or 0x1591CE) is known color: Pacific Blue. HEX triplet: 15, 91 and CE. RGB value is (21,145,206). Sum of RGB (Red+Green+Blue) = 21+145+206=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #1591CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591CE is #EA6E31. Grayscale: #727272. Windows color (decimal): -15363634 or 13537557. OLE color: 13537557.

HSL color Cylindrical-coordinate representation of color #1591CE: hue angle of 199.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1591CE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 145 206 -
CMYK 0.90 0.30 0 0.19
HSL 199.78º 0.81% 0.45% -
HSV(B) 199.78º 0.9% 0.81% -
XYZ 21.58 24.87 62.06 -
YUV 114.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 21 145 206 0.90 0.30 0 0.19 199.78 0.81 0.45
Hex 15 91 CE 5A 1E 0 13 C8 51 2D
Octal 25 221 316 132 36 0 23 310 121 55
Binary 10101 10010001 11001110 1011010 11110 0 10011 11001000 1010001 101101

Color Harmonies of #1591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1591CE

Black with #1591CE

Text Example


Text Example

White with #1591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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