Html Css Color HEX #1554EF Navy Blue

📋 copy color: '#1554EF'

red 21 ◦ green 84 ◦ blue 239

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

Shades of Navy Blue #1554EF

Tints of Navy Blue #1554EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 6.1%
G = 24.42%
B = 69.48%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1554EF (or 0x1554EF) is known color: Navy Blue. HEX triplet: 15, 54 and EF. RGB value is (21,84,239). Sum of RGB (Red+Green+Blue) = 21+84+239=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #1554EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554EF is #EAAB10. Grayscale: #525252. Windows color (decimal): -15379217 or 15684629. OLE color: 15684629.

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

Color convert

RGB 21 84 239 -
CMYK 0.91 0.65 0 0.06
HSL 222.66º 0.87% 0.51% -
HSV(B) 222.66º 0.91% 0.94% -
XYZ 19.06 12.73 83.11 -
YUV 82.83 216.13 83.9 -
System Red Green Blue C M Y K H S L
Decimal 21 84 239 0.91 0.65 0 0.06 222.66 0.87 0.51
Hex 15 54 EF 5B 41 0 6 DF 57 33
Octal 25 124 357 133 101 0 6 337 127 63
Binary 10101 1010100 11101111 1011011 1000001 0 110 11011111 1010111 110011

Color Harmonies of #1554EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1554EF

Black with #1554EF

Text Example


Text Example

White with #1554EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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