Html Css Color HEX #1554ED Navy Blue

📋 copy color: '#1554ED'

red 21 ◦ green 84 ◦ blue 237

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

Shades of Navy Blue #1554ED

Tints of Navy Blue #1554ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 6.14%
G = 24.56%
B = 69.3%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1554ED (or 0x1554ED) is known color: Navy Blue. HEX triplet: 15, 54 and ED. RGB value is (21,84,237). Sum of RGB (Red+Green+Blue) = 21+84+237=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #1554ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554ED is #EAAB12. Grayscale: #515151. Windows color (decimal): -15379219 or 15553557. OLE color: 15553557.

HSL color Cylindrical-coordinate representation of color #1554ED: hue angle of 222.5º 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 #1554ED is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 84 237 -
CMYK 0.91 0.65 0 0.07
HSL 222.5º 0.86% 0.51% -
HSV(B) 222.5º 0.91% 0.93% -
XYZ 18.77 12.61 81.57 -
YUV 82.61 215.13 84.06 -
System Red Green Blue C M Y K H S L
Decimal 21 84 237 0.91 0.65 0 0.07 222.5 0.86 0.51
Hex 15 54 ED 5B 41 0 7 DE 56 33
Octal 25 124 355 133 101 0 7 336 126 63
Binary 10101 1010100 11101101 1011011 1000001 0 111 11011110 1010110 110011

Color Harmonies of #1554ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1554ED

Black with #1554ED

Text Example


Text Example

White with #1554ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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