Html Css Color HEX #155BEC Navy Blue

📋 copy color: '#155BEC'

red 21 ◦ green 91 ◦ blue 236

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

Shades of Navy Blue #155BEC

Tints of Navy Blue #155BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.82%

R = 6.03%
G = 26.15%
B = 67.82%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#155BEC (or 0x155BEC) is known color: Navy Blue. HEX triplet: 15, 5B and EC. RGB value is (21,91,236). Sum of RGB (Red+Green+Blue) = 21+91+236=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #155BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BEC is #EAA413. Grayscale: #555555. Windows color (decimal): -15377428 or 15489813. OLE color: 15489813.

HSL color Cylindrical-coordinate representation of color #155BEC: hue angle of 220.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BEC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 91 236 -
CMYK 0.91 0.61 0 0.07
HSL 220.47º 0.85% 0.5% -
HSV(B) 220.47º 0.91% 0.93% -
XYZ 19.19 13.7 80.99 -
YUV 86.6 212.31 81.21 -
System Red Green Blue C M Y K H S L
Decimal 21 91 236 0.91 0.61 0 0.07 220.47 0.85 0.5
Hex 15 5B EC 5B 3D 0 7 DC 55 32
Octal 25 133 354 133 75 0 7 334 125 62
Binary 10101 1011011 11101100 1011011 111101 0 111 11011100 1010101 110010

Color Harmonies of #155BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BEC

Black with #155BEC

Text Example


Text Example

White with #155BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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