Html Css Color HEX #155BE7 Navy Blue

📋 copy color: '#155BE7'

red 21 ◦ green 91 ◦ blue 231

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

Shades of Navy Blue #155BE7

Tints of Navy Blue #155BE7

RGB

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

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

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

R = 6.12%
G = 26.53%
B = 67.35%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#155BE7 (or 0x155BE7) is known color: Navy Blue. HEX triplet: 15, 5B and E7. RGB value is (21,91,231). Sum of RGB (Red+Green+Blue) = 21+91+231=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #155BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BE7 is #EAA418. Grayscale: #555555. Windows color (decimal): -15377433 or 15162133. OLE color: 15162133.

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

Color convert

RGB 21 91 231 -
CMYK 0.91 0.61 0 0.09
HSL 220º 0.83% 0.49% -
HSV(B) 220º 0.91% 0.91% -
XYZ 18.47 13.41 77.22 -
YUV 86.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 21 91 231 0.91 0.61 0 0.09 220 0.83 0.49
Hex 15 5B E7 5B 3D 0 9 DC 53 31
Octal 25 133 347 133 75 0 11 334 123 61
Binary 10101 1011011 11100111 1011011 111101 0 1001 11011100 1010011 110001

Color Harmonies of #155BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BE7

Black with #155BE7

Text Example


Text Example

White with #155BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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