Html Css Color HEX #1590CE Pacific Blue

📋 copy color: '#1590CE'

red 21 ◦ green 144 ◦ blue 206

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

Shades of Pacific Blue #1590CE

Tints of Pacific Blue #1590CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

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

R = 5.66%
G = 38.81%
B = 55.53%

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

#1590CE (or 0x1590CE) is known color: Pacific Blue. HEX triplet: 15, 90 and CE. RGB value is (21,144,206). Sum of RGB (Red+Green+Blue) = 21+144+206=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1590CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590CE is #EA6F31. Grayscale: #717171. Windows color (decimal): -15363890 or 13537301. OLE color: 13537301.

HSL color Cylindrical-coordinate representation of color #1590CE: hue angle of 200.11º 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 #1590CE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 144 206 -
CMYK 0.90 0.30 0 0.19
HSL 200.11º 0.81% 0.45% -
HSV(B) 200.11º 0.9% 0.81% -
XYZ 21.42 24.56 62 -
YUV 114.29 179.75 61.46 -
System Red Green Blue C M Y K H S L
Decimal 21 144 206 0.90 0.30 0 0.19 200.11 0.81 0.45
Hex 15 90 CE 5A 1E 0 13 C8 51 2D
Octal 25 220 316 132 36 0 23 310 121 55
Binary 10101 10010000 11001110 1011010 11110 0 10011 11001000 1010001 101101

Color Harmonies of #1590CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590CE

Black with #1590CE

Text Example


Text Example

White with #1590CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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