Html Css Color HEX #1584AF Cerulean

📋 copy color: '#1584AF'

red 21 ◦ green 132 ◦ blue 175

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

Shades of Cerulean #1584AF

Tints of Cerulean #1584AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 6.4%
G = 40.24%
B = 53.35%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1584AF (or 0x1584AF) is known color: Cerulean. HEX triplet: 15, 84 and AF. RGB value is (21,132,175). Sum of RGB (Red+Green+Blue) = 21+132+175=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1584AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584AF is #EA7B50. Grayscale: #676767. Windows color (decimal): -15366993 or 11502613. OLE color: 11502613.

HSL color Cylindrical-coordinate representation of color #1584AF: hue angle of 196.75º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584AF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 132 175 -
CMYK 0.88 0.25 0 0.31
HSL 196.75º 0.79% 0.38% -
HSV(B) 196.75º 0.88% 0.69% -
XYZ 16.3 19.76 43.51 -
YUV 103.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 21 132 175 0.88 0.25 0 0.31 196.75 0.79 0.38
Hex 15 84 AF 58 19 0 1F C5 4F 26
Octal 25 204 257 130 31 0 37 305 117 46
Binary 10101 10000100 10101111 1011000 11001 0 11111 11000101 1001111 100110

Color Harmonies of #1584AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584AF

Black with #1584AF

Text Example


Text Example

White with #1584AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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