Html Css Color HEX #155EEF Navy Blue

📋 copy color: '#155EEF'

red 21 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #155EEF

Tints of Navy Blue #155EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 5.93%
G = 26.55%
B = 67.51%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155EEF (or 0x155EEF) is known color: Navy Blue. HEX triplet: 15, 5E and EF. RGB value is (21,94,239). Sum of RGB (Red+Green+Blue) = 21+94+239=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #155EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EEF is #EAA110. Grayscale: #585858. Windows color (decimal): -15376657 or 15687189. OLE color: 15687189.

HSL color Cylindrical-coordinate representation of color #155EEF: hue angle of 219.91º 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 #155EEF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 94 239 -
CMYK 0.91 0.61 0 0.06
HSL 219.91º 0.87% 0.51% -
HSV(B) 219.91º 0.91% 0.94% -
XYZ 19.89 14.4 83.39 -
YUV 88.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 21 94 239 0.91 0.61 0 0.06 219.91 0.87 0.51
Hex 15 5E EF 5B 3D 0 6 DC 57 33
Octal 25 136 357 133 75 0 6 334 127 63
Binary 10101 1011110 11101111 1011011 111101 0 110 11011100 1010111 110011

Color Harmonies of #155EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EEF

Black with #155EEF

Text Example


Text Example

White with #155EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155EEF; }

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

 H1.HeaderClassName
 {
   color: #155EEF;
 }
 .AnyTagClassName
 {
   color: #155EEF;
 }
</style>

background-color css

<style>
 a { background-color: #155EEF; }

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

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

border-color css

<style>
 span { border-color: #155EEF; }

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

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