Html Css Color HEX #154CEF Navy Blue

📋 copy color: '#154CEF'

red 21 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #154CEF

Tints of Navy Blue #154CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 6.25%
G = 22.62%
B = 71.13%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#154CEF (or 0x154CEF) is known color: Navy Blue. HEX triplet: 15, 4C and EF. RGB value is (21,76,239). Sum of RGB (Red+Green+Blue) = 21+76+239=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #154CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CEF is #EAB310. Grayscale: #4D4D4D. Windows color (decimal): -15381265 or 15682581. OLE color: 15682581.

HSL color Cylindrical-coordinate representation of color #154CEF: hue angle of 224.86º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154CEF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 76 239 -
CMYK 0.91 0.68 0 0.06
HSL 224.86º 0.87% 0.51% -
HSV(B) 224.86º 0.91% 0.94% -
XYZ 18.47 11.56 82.92 -
YUV 78.14 218.78 87.25 -
System Red Green Blue C M Y K H S L
Decimal 21 76 239 0.91 0.68 0 0.06 224.86 0.87 0.51
Hex 15 4C EF 5B 44 0 6 E1 57 33
Octal 25 114 357 133 104 0 6 341 127 63
Binary 10101 1001100 11101111 1011011 1000100 0 110 11100001 1010111 110011

Color Harmonies of #154CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CEF

Black with #154CEF

Text Example


Text Example

White with #154CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,239); }

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

background-color css

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

 a { background-color: rgb(21,76,239); }

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

border-color css

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

 span { border-color: rgb(21,76,239); }

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