#155FE8

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

Shades of Navy Blue #155FE8

Tints of Navy Blue #155FE8

Color information

#155FE8 (or 0x155FE8) is unknown color: approx Navy Blue. HEX triplet: 15, 5F and E8. RGB value is (21,95,232). Sum of RGB (Red+Green+Blue) = 21+95+232=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #155FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FE8 is #EAA017. Grayscale: #575757. Windows color (decimal): -15376408 or 15228693. OLE color: 15228693.

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

Color convert

RGB2195232-
CMYK0.910.5900.09
HSL218.96º83.4%49.61%-
HSV(B)218.96º90.95%90.98%-
XYZ18.9714.1778.08-
YUV88.49208.9879.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 232 (91.02% from 255) = 66.67%
R=6.03%
G=27.30%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21952320.910.5900.09218.9683.449.61
Hex155FE85B3B09db5332
Octal251373501337301133312362
Binary10101101111111101000101101111101101001110110111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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