Html Css Color HEX #1575DC Navy Blue

📋 copy color: '#1575DC'

red 21 ◦ green 117 ◦ blue 220

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

Shades of Navy Blue #1575DC

Tints of Navy Blue #1575DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 5.87%
G = 32.68%
B = 61.45%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1575DC (or 0x1575DC) is known color: Navy Blue. HEX triplet: 15, 75 and DC. RGB value is (21,117,220). Sum of RGB (Red+Green+Blue) = 21+117+220=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #1575DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575DC is #EA8A23. Grayscale: #636363. Windows color (decimal): -15370788 or 14447893. OLE color: 14447893.

HSL color Cylindrical-coordinate representation of color #1575DC: hue angle of 211.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1575DC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 117 220 -
CMYK 0.90 0.47 0 0.14
HSL 211.06º 0.83% 0.47% -
HSV(B) 211.06º 0.9% 0.86% -
XYZ 19.59 18.05 70.16 -
YUV 100.04 195.7 71.62 -
System Red Green Blue C M Y K H S L
Decimal 21 117 220 0.90 0.47 0 0.14 211.06 0.83 0.47
Hex 15 75 DC 5A 2F 0 E D3 53 2F
Octal 25 165 334 132 57 0 16 323 123 57
Binary 10101 1110101 11011100 1011010 101111 0 1110 11010011 1010011 101111

Color Harmonies of #1575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575DC

Black with #1575DC

Text Example


Text Example

White with #1575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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