Html Css Color HEX #1557EE Navy Blue

📋 copy color: '#1557EE'

red 21 ◦ green 87 ◦ blue 238

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

Shades of Navy Blue #1557EE

Tints of Navy Blue #1557EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 238 (93.36% from 255) = 68.79%

R = 6.07%
G = 25.14%
B = 68.79%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1557EE (or 0x1557EE) is known color: Navy Blue. HEX triplet: 15, 57 and EE. RGB value is (21,87,238). Sum of RGB (Red+Green+Blue) = 21+87+238=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #1557EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1557EE is #EAA811. Grayscale: #535353. Windows color (decimal): -15378450 or 15619861. OLE color: 15619861.

HSL color Cylindrical-coordinate representation of color #1557EE: hue angle of 221.75º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1557EE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 87 238 -
CMYK 0.91 0.63 0 0.07
HSL 221.75º 0.86% 0.51% -
HSV(B) 221.75º 0.91% 0.93% -
XYZ 19.15 13.15 82.42 -
YUV 84.48 214.63 82.72 -
System Red Green Blue C M Y K H S L
Decimal 21 87 238 0.91 0.63 0 0.07 221.75 0.86 0.51
Hex 15 57 EE 5B 3F 0 7 DE 56 33
Octal 25 127 356 133 77 0 7 336 126 63
Binary 10101 1010111 11101110 1011011 111111 0 111 11011110 1010110 110011

Color Harmonies of #1557EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557EE

Black with #1557EE

Text Example


Text Example

White with #1557EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1557EE; }

 p { color: rgb(21,87,238); }

 H1.HeaderClassName
 {
   color: #1557EE;
 }
 .AnyTagClassName
 {
   color: #1557EE;
 }
</style>

background-color css

<style>
 a { background-color: #1557EE; }

 a { background-color: rgb(21,87,238); }

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

border-color css

<style>
 span { border-color: #1557EE; }

 span { border-color: rgb(21,87,238); }

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