#155FE6

Color #155FE6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #155FE6

Tints of Navy Blue #155FE6

Color information

#155FE6 (or 0x155FE6) is unknown color: approx Navy Blue. HEX triplet: 15, 5F and E6. RGB value is (21,95,230). Sum of RGB (Red+Green+Blue) = 21+95+230=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #155FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FE6 is #EAA019. Grayscale: #575757. Windows color (decimal): -15376410 or 15097621. OLE color: 15097621.

HSL color Cylindrical-coordinate representation of color #155FE6: hue angle of 218.76º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FE6 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2195230-
CMYK0.910.5900.10
HSL218.76º83.27%49.22%-
HSV(B)218.76º90.87%90.2%-
XYZ18.6814.0676.59-
YUV88.26207.9880.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.07%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 230 (90.23% from 255) = 66.47%
R=6.07%
G=27.46%
B=66.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal21952300.910.5900.10218.7683.2749.22
Hex155FE65B3B0Adb5331
Octal251373461337301233312361
Binary10101101111111100110101101111101101010110110111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,95,230); }

 H1.HeaderClassName
 {
   color: #155FE6;
 }
 .AnyTagClassName
 {
   color: #155FE6;
 }
</style>
background-color css

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

 a { background-color: rgb(21,95,230); }

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

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

 span { border-color: rgb(21,95,230); }

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