Html Css Color HEX #1590CA Pacific Blue

📋 copy color: '#1590CA'

red 21 ◦ green 144 ◦ blue 202

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

Shades of Pacific Blue #1590CA

Tints of Pacific Blue #1590CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.04%

R = 5.72%
G = 39.24%
B = 55.04%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1590CA (or 0x1590CA) is known color: Pacific Blue. HEX triplet: 15, 90 and CA. RGB value is (21,144,202). Sum of RGB (Red+Green+Blue) = 21+144+202=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #1590CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590CA is #EA6F35. Grayscale: #717171. Windows color (decimal): -15363894 or 13275157. OLE color: 13275157.

HSL color Cylindrical-coordinate representation of color #1590CA: hue angle of 199.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1590CA is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 144 202 -
CMYK 0.90 0.29 0 0.21
HSL 199.23º 0.81% 0.44% -
HSV(B) 199.23º 0.9% 0.79% -
XYZ 20.94 24.37 59.48 -
YUV 113.84 177.75 61.78 -
System Red Green Blue C M Y K H S L
Decimal 21 144 202 0.90 0.29 0 0.21 199.23 0.81 0.44
Hex 15 90 CA 5A 1D 0 15 C7 51 2C
Octal 25 220 312 132 35 0 25 307 121 54
Binary 10101 10010000 11001010 1011010 11101 0 10101 11000111 1010001 101100

Color Harmonies of #1590CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590CA

Black with #1590CA

Text Example


Text Example

White with #1590CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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