Html Css Color HEX #154EF1 Navy Blue

📋 copy color: '#154EF1'

red 21 ◦ green 78 ◦ blue 241

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

Shades of Navy Blue #154EF1

Tints of Navy Blue #154EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.94%

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

R = 6.18%
G = 22.94%
B = 70.88%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#154EF1 (or 0x154EF1) is known color: Navy Blue. HEX triplet: 15, 4E and F1. RGB value is (21,78,241). Sum of RGB (Red+Green+Blue) = 21+78+241=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #154EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EF1 is #EAB10E. Grayscale: #4E4E4E. Windows color (decimal): -15380751 or 15814165. OLE color: 15814165.

HSL color Cylindrical-coordinate representation of color #154EF1: hue angle of 224.45º 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 #154EF1 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 78 241 -
CMYK 0.91 0.68 0 0.05
HSL 224.45º 0.89% 0.51% -
HSV(B) 224.45º 0.91% 0.95% -
XYZ 18.91 11.96 84.53 -
YUV 79.54 219.12 86.25 -
System Red Green Blue C M Y K H S L
Decimal 21 78 241 0.91 0.68 0 0.05 224.45 0.89 0.51
Hex 15 4E F1 5B 44 0 5 E0 59 33
Octal 25 116 361 133 104 0 5 340 131 63
Binary 10101 1001110 11110001 1011011 1000100 0 101 11100000 1011001 110011

Color Harmonies of #154EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EF1

Black with #154EF1

Text Example


Text Example

White with #154EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154EF1; }

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

 H1.HeaderClassName
 {
   color: #154EF1;
 }
 .AnyTagClassName
 {
   color: #154EF1;
 }
</style>

background-color css

<style>
 a { background-color: #154EF1; }

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

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

border-color css

<style>
 span { border-color: #154EF1; }

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

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