Html Css Color HEX #1595CA Pacific Blue

📋 copy color: '#1595CA'

red 21 ◦ green 149 ◦ blue 202

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

Shades of Pacific Blue #1595CA

Tints of Pacific Blue #1595CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 5.65%
G = 40.05%
B = 54.3%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1595CA (or 0x1595CA) is known color: Pacific Blue. HEX triplet: 15, 95 and CA. RGB value is (21,149,202). Sum of RGB (Red+Green+Blue) = 21+149+202=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #1595CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595CA is #EA6A35. Grayscale: #747474. Windows color (decimal): -15362614 or 13276437. OLE color: 13276437.

HSL color Cylindrical-coordinate representation of color #1595CA: hue angle of 197.57º 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 #1595CA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 149 202 -
CMYK 0.90 0.26 0 0.21
HSL 197.57º 0.81% 0.44% -
HSV(B) 197.57º 0.9% 0.79% -
XYZ 21.72 25.92 59.74 -
YUV 116.77 176.09 59.69 -
System Red Green Blue C M Y K H S L
Decimal 21 149 202 0.90 0.26 0 0.21 197.57 0.81 0.44
Hex 15 95 CA 5A 1A 0 15 C6 51 2C
Octal 25 225 312 132 32 0 25 306 121 54
Binary 10101 10010101 11001010 1011010 11010 0 10101 11000110 1010001 101100

Color Harmonies of #1595CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595CA

Black with #1595CA

Text Example


Text Example

White with #1595CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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