#155AF2

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

Shades of Navy Blue #155AF2

Tints of Navy Blue #155AF2

Color information

#155AF2 (or 0x155AF2) is unknown color: approx Navy Blue. HEX triplet: 15, 5A and F2. RGB value is (21,90,242). Sum of RGB (Red+Green+Blue) = 21+90+242=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #155AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AF2 is #EAA50D. Grayscale: #565656. Windows color (decimal): -15377678 or 15882773. OLE color: 15882773.

HSL color Cylindrical-coordinate representation of color #155AF2: hue angle of 221.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155AF2 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2190242-
CMYK0.910.6300.05
HSL221.27º89.47%51.57%-
HSV(B)221.27º91.32%94.9%-
XYZ19.9913.8885.63-
YUV86.7215.6481.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.95%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 242 (94.92% from 255) = 68.56%
R=5.95%
G=25.50%
B=68.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21902420.910.6300.05221.2789.4751.57
Hex155AF25B3F05dd5934
Octal25132362133770533513164
Binary1010110110101111001010110111111110101110111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,90,242); }

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

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

 a { background-color: rgb(21,90,242); }

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

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

 span { border-color: rgb(21,90,242); }

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