Html Css Color HEX #1555DF Navy Blue

📋 copy color: '#1555DF'

red 21 ◦ green 85 ◦ blue 223

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

Shades of Navy Blue #1555DF

Tints of Navy Blue #1555DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 6.38%
G = 25.84%
B = 67.78%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1555DF (or 0x1555DF) is known color: Navy Blue. HEX triplet: 15, 55 and DF. RGB value is (21,85,223). Sum of RGB (Red+Green+Blue) = 21+85+223=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #1555DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555DF is #EAAA20. Grayscale: #505050. Windows color (decimal): -15378977 or 14636309. OLE color: 14636309.

HSL color Cylindrical-coordinate representation of color #1555DF: hue angle of 220.99º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1555DF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 85 223 -
CMYK 0.91 0.62 0 0.13
HSL 220.99º 0.83% 0.48% -
HSV(B) 220.99º 0.91% 0.87% -
XYZ 16.88 11.98 71.24 -
YUV 81.6 207.8 84.78 -
System Red Green Blue C M Y K H S L
Decimal 21 85 223 0.91 0.62 0 0.13 220.99 0.83 0.48
Hex 15 55 DF 5B 3E 0 D DD 53 30
Octal 25 125 337 133 76 0 15 335 123 60
Binary 10101 1010101 11011111 1011011 111110 0 1101 11011101 1010011 110000

Color Harmonies of #1555DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555DF

Black with #1555DF

Text Example


Text Example

White with #1555DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1555DF; }

 p { color: rgb(21,85,223); }

 H1.HeaderClassName
 {
   color: #1555DF;
 }
 .AnyTagClassName
 {
   color: #1555DF;
 }
</style>

background-color css

<style>
 a { background-color: #1555DF; }

 a { background-color: rgb(21,85,223); }

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

border-color css

<style>
 span { border-color: #1555DF; }

 span { border-color: rgb(21,85,223); }

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