Html Css Color HEX #154BEE Navy Blue

📋 copy color: '#154BEE'

red 21 ◦ green 75 ◦ blue 238

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

Shades of Navy Blue #154BEE

Tints of Navy Blue #154BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 6.29%
G = 22.46%
B = 71.26%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#154BEE (or 0x154BEE) is known color: Navy Blue. HEX triplet: 15, 4B and EE. RGB value is (21,75,238). Sum of RGB (Red+Green+Blue) = 21+75+238=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #154BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BEE is #EAB411. Grayscale: #4C4C4C. Windows color (decimal): -15381522 or 15616789. OLE color: 15616789.

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

Color convert

RGB 21 75 238 -
CMYK 0.91 0.68 0 0.07
HSL 225.07º 0.86% 0.51% -
HSV(B) 225.07º 0.91% 0.93% -
XYZ 18.26 11.36 82.12 -
YUV 77.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 21 75 238 0.91 0.68 0 0.07 225.07 0.86 0.51
Hex 15 4B EE 5B 44 0 7 E1 56 33
Octal 25 113 356 133 104 0 7 341 126 63
Binary 10101 1001011 11101110 1011011 1000100 0 111 11100001 1010110 110011

Color Harmonies of #154BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BEE

Black with #154BEE

Text Example


Text Example

White with #154BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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