Html Css Color HEX #1555E2 Navy Blue

📋 copy color: '#1555E2'

red 21 ◦ green 85 ◦ blue 226

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

Shades of Navy Blue #1555E2

Tints of Navy Blue #1555E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 68.07%

R = 6.33%
G = 25.6%
B = 68.07%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1555E2 (or 0x1555E2) is known color: Navy Blue. HEX triplet: 15, 55 and E2. RGB value is (21,85,226). Sum of RGB (Red+Green+Blue) = 21+85+226=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 226 (88.67% from 255 or 68.07% from 332); Max value from RGB is 226 - color contains mainly: blue. Hex color #1555E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555E2 is #EAAA1D. Grayscale: #515151. Windows color (decimal): -15378974 or 14832917. OLE color: 14832917.

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

Color convert

RGB 21 85 226 -
CMYK 0.91 0.62 0 0.11
HSL 221.27º 0.83% 0.48% -
HSV(B) 221.27º 0.91% 0.89% -
XYZ 17.29 12.15 73.39 -
YUV 81.94 209.3 84.54 -
System Red Green Blue C M Y K H S L
Decimal 21 85 226 0.91 0.62 0 0.11 221.27 0.83 0.48
Hex 15 55 E2 5B 3E 0 B DD 53 30
Octal 25 125 342 133 76 0 13 335 123 60
Binary 10101 1010101 11100010 1011011 111110 0 1011 11011101 1010011 110000

Color Harmonies of #1555E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555E2

Black with #1555E2

Text Example


Text Example

White with #1555E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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