Html Css Color HEX #1573AE Cerulean

📋 copy color: '#1573AE'

red 21 ◦ green 115 ◦ blue 174

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

Shades of Cerulean #1573AE

Tints of Cerulean #1573AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 6.77%
G = 37.1%
B = 56.13%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1573AE (or 0x1573AE) is known color: Cerulean. HEX triplet: 15, 73 and AE. RGB value is (21,115,174). Sum of RGB (Red+Green+Blue) = 21+115+174=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1573AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1573AE is #EA8C51. Grayscale: #5D5D5D. Windows color (decimal): -15371346 or 11432725. OLE color: 11432725.

HSL color Cylindrical-coordinate representation of color #1573AE: hue angle of 203.14º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1573AE is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 115 174 -
CMYK 0.88 0.34 0 0.32
HSL 203.14º 0.78% 0.38% -
HSV(B) 203.14º 0.88% 0.68% -
XYZ 14.08 15.48 42.29 -
YUV 93.62 173.36 76.2 -
System Red Green Blue C M Y K H S L
Decimal 21 115 174 0.88 0.34 0 0.32 203.14 0.78 0.38
Hex 15 73 AE 58 22 0 20 CB 4E 26
Octal 25 163 256 130 42 0 40 313 116 46
Binary 10101 1110011 10101110 1011000 100010 0 100000 11001011 1001110 100110

Color Harmonies of #1573AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573AE

Black with #1573AE

Text Example


Text Example

White with #1573AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573AE; }

 p { color: rgb(21,115,174); }

 H1.HeaderClassName
 {
   color: #1573AE;
 }
 .AnyTagClassName
 {
   color: #1573AE;
 }
</style>

background-color css

<style>
 a { background-color: #1573AE; }

 a { background-color: rgb(21,115,174); }

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

border-color css

<style>
 span { border-color: #1573AE; }

 span { border-color: rgb(21,115,174); }

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