Html Css Color HEX #1554F1 Navy Blue

📋 copy color: '#1554F1'

red 21 ◦ green 84 ◦ blue 241

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

Shades of Navy Blue #1554F1

Tints of Navy Blue #1554F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 241 (94.53% from 255) = 69.65%

R = 6.07%
G = 24.28%
B = 69.65%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1554F1 (or 0x1554F1) is known color: Navy Blue. HEX triplet: 15, 54 and F1. RGB value is (21,84,241). Sum of RGB (Red+Green+Blue) = 21+84+241=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #1554F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554F1 is #EAAB0E. Grayscale: #525252. Windows color (decimal): -15379215 or 15815701. OLE color: 15815701.

HSL color Cylindrical-coordinate representation of color #1554F1: hue angle of 222.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1554F1 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 84 241 -
CMYK 0.91 0.65 0 0.05
HSL 222.82º 0.89% 0.51% -
HSV(B) 222.82º 0.91% 0.95% -
XYZ 19.36 12.85 84.68 -
YUV 83.06 217.13 83.73 -
System Red Green Blue C M Y K H S L
Decimal 21 84 241 0.91 0.65 0 0.05 222.82 0.89 0.51
Hex 15 54 F1 5B 41 0 5 DF 59 33
Octal 25 124 361 133 101 0 5 337 131 63
Binary 10101 1010100 11110001 1011011 1000001 0 101 11011111 1011001 110011

Color Harmonies of #1554F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1554F1

Black with #1554F1

Text Example


Text Example

White with #1554F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1554F1; }

 p { color: rgb(21,84,241); }

 H1.HeaderClassName
 {
   color: #1554F1;
 }
 .AnyTagClassName
 {
   color: #1554F1;
 }
</style>

background-color css

<style>
 a { background-color: #1554F1; }

 a { background-color: rgb(21,84,241); }

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

border-color css

<style>
 span { border-color: #1554F1; }

 span { border-color: rgb(21,84,241); }

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