Html Css Color HEX #1595CD Pacific Blue

📋 copy color: '#1595CD'

red 21 ◦ green 149 ◦ blue 205

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

Shades of Pacific Blue #1595CD

Tints of Pacific Blue #1595CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 5.6%
G = 39.73%
B = 54.67%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1595CD (or 0x1595CD) is known color: Pacific Blue. HEX triplet: 15, 95 and CD. RGB value is (21,149,205). Sum of RGB (Red+Green+Blue) = 21+149+205=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1595CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595CD is #EA6A32. Grayscale: #747474. Windows color (decimal): -15362611 or 13473045. OLE color: 13473045.

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

Color convert

RGB 21 149 205 -
CMYK 0.90 0.27 0 0.20
HSL 198.26º 0.81% 0.44% -
HSV(B) 198.26º 0.9% 0.8% -
XYZ 22.08 26.06 61.62 -
YUV 117.11 177.59 59.45 -
System Red Green Blue C M Y K H S L
Decimal 21 149 205 0.90 0.27 0 0.20 198.26 0.81 0.44
Hex 15 95 CD 5A 1B 0 14 C6 51 2C
Octal 25 225 315 132 33 0 24 306 121 54
Binary 10101 10010101 11001101 1011010 11011 0 10100 11000110 1010001 101100

Color Harmonies of #1595CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595CD

Black with #1595CD

Text Example


Text Example

White with #1595CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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