Html Css Color HEX #1575A5 Cerulean

📋 copy color: '#1575A5'

red 21 ◦ green 117 ◦ blue 165

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

Shades of Cerulean #1575A5

Tints of Cerulean #1575A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 54.46%

R = 6.93%
G = 38.61%
B = 54.46%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1575A5 (or 0x1575A5) is known color: Cerulean. HEX triplet: 15, 75 and A5. RGB value is (21,117,165). Sum of RGB (Red+Green+Blue) = 21+117+165=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #1575A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1575A5 is #EA8A5A. Grayscale: #5D5D5D. Windows color (decimal): -15370843 or 10843413. OLE color: 10843413.

HSL color Cylindrical-coordinate representation of color #1575A5: hue angle of 200º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1575A5 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 117 165 -
CMYK 0.87 0.29 0 0.35
HSL 200º 0.77% 0.36% -
HSV(B) 200º 0.87% 0.65% -
XYZ 13.46 15.6 37.9 -
YUV 93.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 21 117 165 0.87 0.29 0 0.35 200 0.77 0.36
Hex 15 75 A5 57 1D 0 23 C8 4D 24
Octal 25 165 245 127 35 0 43 310 115 44
Binary 10101 1110101 10100101 1010111 11101 0 100011 11001000 1001101 100100

Color Harmonies of #1575A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575A5

Black with #1575A5

Text Example


Text Example

White with #1575A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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