Html Css Color HEX #154FEB Navy Blue

📋 copy color: '#154FEB'

red 21 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #154FEB

Tints of Navy Blue #154FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.58%

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 6.27%
G = 23.58%
B = 70.15%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#154FEB (or 0x154FEB) is known color: Navy Blue. HEX triplet: 15, 4F and EB. RGB value is (21,79,235). Sum of RGB (Red+Green+Blue) = 21+79+235=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #154FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FEB is #EAB014. Grayscale: #4E4E4E. Windows color (decimal): -15380501 or 15421205. OLE color: 15421205.

HSL color Cylindrical-coordinate representation of color #154FEB: hue angle of 223.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FEB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 79 235 -
CMYK 0.91 0.66 0 0.08
HSL 223.74º 0.84% 0.5% -
HSV(B) 223.74º 0.91% 0.92% -
XYZ 18.1 11.75 79.91 -
YUV 79.44 215.78 86.32 -
System Red Green Blue C M Y K H S L
Decimal 21 79 235 0.91 0.66 0 0.08 223.74 0.84 0.5
Hex 15 4F EB 5B 42 0 8 E0 54 32
Octal 25 117 353 133 102 0 10 340 124 62
Binary 10101 1001111 11101011 1011011 1000010 0 1000 11100000 1010100 110010

Color Harmonies of #154FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FEB

Black with #154FEB

Text Example


Text Example

White with #154FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,235); }

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

background-color css

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

 a { background-color: rgb(21,79,235); }

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

border-color css

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

 span { border-color: rgb(21,79,235); }

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