Html Css Color HEX #1584C9 Pacific Blue

📋 copy color: '#1584C9'

red 21 ◦ green 132 ◦ blue 201

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

Shades of Pacific Blue #1584C9

Tints of Pacific Blue #1584C9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 201 (78.91% from 255) = 56.78%

R = 5.93%
G = 37.29%
B = 56.78%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1584C9 (or 0x1584C9) is known color: Pacific Blue. HEX triplet: 15, 84 and C9. RGB value is (21,132,201). Sum of RGB (Red+Green+Blue) = 21+132+201=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #1584C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584C9 is #EA7B36. Grayscale: #6A6A6A. Windows color (decimal): -15366967 or 13206549. OLE color: 13206549.

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

Color convert

RGB 21 132 201 -
CMYK 0.90 0.34 0 0.21
HSL 203º 0.81% 0.44% -
HSV(B) 203º 0.9% 0.79% -
XYZ 19.1 20.88 58.28 -
YUV 106.68 181.23 66.89 -
System Red Green Blue C M Y K H S L
Decimal 21 132 201 0.90 0.34 0 0.21 203 0.81 0.44
Hex 15 84 C9 5A 22 0 15 CB 51 2C
Octal 25 204 311 132 42 0 25 313 121 54
Binary 10101 10000100 11001001 1011010 100010 0 10101 11001011 1010001 101100

Color Harmonies of #1584C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584C9

Black with #1584C9

Text Example


Text Example

White with #1584C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1584C9; }

 p { color: rgb(21,132,201); }

 H1.HeaderClassName
 {
   color: #1584C9;
 }
 .AnyTagClassName
 {
   color: #1584C9;
 }
</style>

background-color css

<style>
 a { background-color: #1584C9; }

 a { background-color: rgb(21,132,201); }

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

border-color css

<style>
 span { border-color: #1584C9; }

 span { border-color: rgb(21,132,201); }

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