Html Css Color HEX #1584AC Cerulean

📋 copy color: '#1584AC'

red 21 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #1584AC

Tints of Cerulean #1584AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 6.46%
G = 40.62%
B = 52.92%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1584AC (or 0x1584AC) is known color: Cerulean. HEX triplet: 15, 84 and AC. RGB value is (21,132,172). Sum of RGB (Red+Green+Blue) = 21+132+172=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1584AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584AC is #EA7B53. Grayscale: #676767. Windows color (decimal): -15366996 or 11306005. OLE color: 11306005.

HSL color Cylindrical-coordinate representation of color #1584AC: hue angle of 195.89º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584AC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 132 172 -
CMYK 0.88 0.23 0 0.33
HSL 195.89º 0.78% 0.38% -
HSV(B) 195.89º 0.88% 0.67% -
XYZ 16.01 19.64 41.98 -
YUV 103.37 166.73 69.25 -
System Red Green Blue C M Y K H S L
Decimal 21 132 172 0.88 0.23 0 0.33 195.89 0.78 0.38
Hex 15 84 AC 58 17 0 21 C4 4E 26
Octal 25 204 254 130 27 0 41 304 116 46
Binary 10101 10000100 10101100 1011000 10111 0 100001 11000100 1001110 100110

Color Harmonies of #1584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584AC

Black with #1584AC

Text Example


Text Example

White with #1584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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