Html Css Color HEX #1575DD Navy Blue

📋 copy color: '#1575DD'

red 21 ◦ green 117 ◦ blue 221

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

Shades of Navy Blue #1575DD

Tints of Navy Blue #1575DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 5.85%
G = 32.59%
B = 61.56%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1575DD (or 0x1575DD) is known color: Navy Blue. HEX triplet: 15, 75 and DD. RGB value is (21,117,221). Sum of RGB (Red+Green+Blue) = 21+117+221=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #1575DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575DD is #EA8A22. Grayscale: #636363. Windows color (decimal): -15370787 or 14513429. OLE color: 14513429.

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

Color convert

RGB 21 117 221 -
CMYK 0.90 0.47 0 0.13
HSL 211.2º 0.83% 0.47% -
HSV(B) 211.2º 0.9% 0.87% -
XYZ 19.72 18.1 70.86 -
YUV 100.15 196.2 71.54 -
System Red Green Blue C M Y K H S L
Decimal 21 117 221 0.90 0.47 0 0.13 211.2 0.83 0.47
Hex 15 75 DD 5A 2F 0 D D3 53 2F
Octal 25 165 335 132 57 0 15 323 123 57
Binary 10101 1110101 11011101 1011010 101111 0 1101 11010011 1010011 101111

Color Harmonies of #1575DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575DD

Black with #1575DD

Text Example


Text Example

White with #1575DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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