Html Css Color HEX #1573AC Cerulean

📋 copy color: '#1573AC'

red 21 ◦ green 115 ◦ blue 172

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

Shades of Cerulean #1573AC

Tints of Cerulean #1573AC

RGB

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

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

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

R = 6.82%
G = 37.34%
B = 55.84%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1573AC (or 0x1573AC) is known color: Cerulean. HEX triplet: 15, 73 and AC. RGB value is (21,115,172). Sum of RGB (Red+Green+Blue) = 21+115+172=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #1573AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1573AC is #EA8C53. Grayscale: #5D5D5D. Windows color (decimal): -15371348 or 11301653. OLE color: 11301653.

HSL color Cylindrical-coordinate representation of color #1573AC: hue angle of 202.65º 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 #1573AC is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 115 172 -
CMYK 0.88 0.33 0 0.33
HSL 202.65º 0.78% 0.38% -
HSV(B) 202.65º 0.88% 0.67% -
XYZ 13.89 15.4 41.27 -
YUV 93.39 172.36 76.37 -
System Red Green Blue C M Y K H S L
Decimal 21 115 172 0.88 0.33 0 0.33 202.65 0.78 0.38
Hex 15 73 AC 58 21 0 21 CB 4E 26
Octal 25 163 254 130 41 0 41 313 116 46
Binary 10101 1110011 10101100 1011000 100001 0 100001 11001011 1001110 100110

Color Harmonies of #1573AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573AC

Black with #1573AC

Text Example


Text Example

White with #1573AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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