Html Css Color HEX #1575AD Cerulean

📋 copy color: '#1575AD'

red 21 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #1575AD

Tints of Cerulean #1575AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 6.75%
G = 37.62%
B = 55.63%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1575AD (or 0x1575AD) is known color: Cerulean. HEX triplet: 15, 75 and AD. RGB value is (21,117,173). Sum of RGB (Red+Green+Blue) = 21+117+173=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #1575AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1575AD is #EA8A52. Grayscale: #5E5E5E. Windows color (decimal): -15370835 or 11367701. OLE color: 11367701.

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

Color convert

RGB 21 117 173 -
CMYK 0.88 0.32 0 0.32
HSL 202.11º 0.78% 0.38% -
HSV(B) 202.11º 0.88% 0.68% -
XYZ 14.21 15.9 41.85 -
YUV 94.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 21 117 173 0.88 0.32 0 0.32 202.11 0.78 0.38
Hex 15 75 AD 58 20 0 20 CA 4E 26
Octal 25 165 255 130 40 0 40 312 116 46
Binary 10101 1110101 10101101 1011000 100000 0 100000 11001010 1001110 100110

Color Harmonies of #1575AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575AD

Black with #1575AD

Text Example


Text Example

White with #1575AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1575AD; }

 p { color: rgb(21,117,173); }

 H1.HeaderClassName
 {
   color: #1575AD;
 }
 .AnyTagClassName
 {
   color: #1575AD;
 }
</style>

background-color css

<style>
 a { background-color: #1575AD; }

 a { background-color: rgb(21,117,173); }

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

border-color css

<style>
 span { border-color: #1575AD; }

 span { border-color: rgb(21,117,173); }

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