Html Css Color HEX #154EE7 Navy Blue

📋 copy color: '#154EE7'

red 21 ◦ green 78 ◦ blue 231

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

Shades of Navy Blue #154EE7

Tints of Navy Blue #154EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70%

R = 6.36%
G = 23.64%
B = 70%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#154EE7 (or 0x154EE7) is known color: Navy Blue. HEX triplet: 15, 4E and E7. RGB value is (21,78,231). Sum of RGB (Red+Green+Blue) = 21+78+231=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #154EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EE7 is #EAB118. Grayscale: #4D4D4D. Windows color (decimal): -15380761 or 15158805. OLE color: 15158805.

HSL color Cylindrical-coordinate representation of color #154EE7: hue angle of 223.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154EE7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 78 231 -
CMYK 0.91 0.66 0 0.09
HSL 223.71º 0.83% 0.49% -
HSV(B) 223.71º 0.91% 0.91% -
XYZ 17.46 11.38 76.88 -
YUV 78.4 214.12 87.06 -
System Red Green Blue C M Y K H S L
Decimal 21 78 231 0.91 0.66 0 0.09 223.71 0.83 0.49
Hex 15 4E E7 5B 42 0 9 E0 53 31
Octal 25 116 347 133 102 0 11 340 123 61
Binary 10101 1001110 11100111 1011011 1000010 0 1001 11100000 1010011 110001

Color Harmonies of #154EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154EE7

Black with #154EE7

Text Example


Text Example

White with #154EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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