Html Css Color HEX #155BEF Navy Blue

📋 copy color: '#155BEF'

red 21 ◦ green 91 ◦ blue 239

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

Shades of Navy Blue #155BEF

Tints of Navy Blue #155BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 5.98%
G = 25.93%
B = 68.09%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#155BEF (or 0x155BEF) is known color: Navy Blue. HEX triplet: 15, 5B and EF. RGB value is (21,91,239). Sum of RGB (Red+Green+Blue) = 21+91+239=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #155BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BEF is #EAA410. Grayscale: #565656. Windows color (decimal): -15377425 or 15686421. OLE color: 15686421.

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

Color convert

RGB 21 91 239 -
CMYK 0.91 0.62 0 0.06
HSL 220.73º 0.87% 0.51% -
HSV(B) 220.73º 0.91% 0.94% -
XYZ 19.63 13.87 83.3 -
YUV 86.94 213.81 80.97 -
System Red Green Blue C M Y K H S L
Decimal 21 91 239 0.91 0.62 0 0.06 220.73 0.87 0.51
Hex 15 5B EF 5B 3E 0 6 DD 57 33
Octal 25 133 357 133 76 0 6 335 127 63
Binary 10101 1011011 11101111 1011011 111110 0 110 11011101 1010111 110011

Color Harmonies of #155BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BEF

Black with #155BEF

Text Example


Text Example

White with #155BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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