Html Css Color HEX #1553E0 Navy Blue

📋 copy color: '#1553E0'

red 21 ◦ green 83 ◦ blue 224

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

Shades of Navy Blue #1553E0

Tints of Navy Blue #1553E0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 224 (87.89% from 255) = 68.29%

R = 6.4%
G = 25.3%
B = 68.29%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1553E0 (or 0x1553E0) is known color: Navy Blue. HEX triplet: 15, 53 and E0. RGB value is (21,83,224). Sum of RGB (Red+Green+Blue) = 21+83+224=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 224 (87.89% from 255 or 68.29% from 328); Max value from RGB is 224 - color contains mainly: blue. Hex color #1553E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553E0 is #EAAC1F. Grayscale: #4F4F4F. Windows color (decimal): -15379488 or 14701333. OLE color: 14701333.

HSL color Cylindrical-coordinate representation of color #1553E0: hue angle of 221.67º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1553E0 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 83 224 -
CMYK 0.91 0.63 0 0.12
HSL 221.67º 0.83% 0.48% -
HSV(B) 221.67º 0.91% 0.88% -
XYZ 16.86 11.73 71.9 -
YUV 80.54 208.96 85.54 -
System Red Green Blue C M Y K H S L
Decimal 21 83 224 0.91 0.63 0 0.12 221.67 0.83 0.48
Hex 15 53 E0 5B 3F 0 C DE 53 30
Octal 25 123 340 133 77 0 14 336 123 60
Binary 10101 1010011 11100000 1011011 111111 0 1100 11011110 1010011 110000

Color Harmonies of #1553E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1553E0

Black with #1553E0

Text Example


Text Example

White with #1553E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1553E0; }

 p { color: rgb(21,83,224); }

 H1.HeaderClassName
 {
   color: #1553E0;
 }
 .AnyTagClassName
 {
   color: #1553E0;
 }
</style>

background-color css

<style>
 a { background-color: #1553E0; }

 a { background-color: rgb(21,83,224); }

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

border-color css

<style>
 span { border-color: #1553E0; }

 span { border-color: rgb(21,83,224); }

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