Html Css Color HEX #154FEE Navy Blue

📋 copy color: '#154FEE'

red 21 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #154FEE

Tints of Navy Blue #154FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 6.21%
G = 23.37%
B = 70.41%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#154FEE (or 0x154FEE) is known color: Navy Blue. HEX triplet: 15, 4F and EE. RGB value is (21,79,238). Sum of RGB (Red+Green+Blue) = 21+79+238=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #154FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FEE is #EAB011. Grayscale: #4F4F4F. Windows color (decimal): -15380498 or 15617813. OLE color: 15617813.

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

Color convert

RGB 21 79 238 -
CMYK 0.91 0.67 0 0.07
HSL 223.96º 0.86% 0.51% -
HSV(B) 223.96º 0.91% 0.93% -
XYZ 18.54 11.92 82.21 -
YUV 79.78 217.28 86.07 -
System Red Green Blue C M Y K H S L
Decimal 21 79 238 0.91 0.67 0 0.07 223.96 0.86 0.51
Hex 15 4F EE 5B 43 0 7 E0 56 33
Octal 25 117 356 133 103 0 7 340 126 63
Binary 10101 1001111 11101110 1011011 1000011 0 111 11100000 1010110 110011

Color Harmonies of #154FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FEE

Black with #154FEE

Text Example


Text Example

White with #154FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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