#181AFF

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

Shades of Blue #181AFF

Tints of Blue #181AFF

Color information

#181AFF (or 0x181AFF) is unknown color: approx Blue. HEX triplet: 18, 1A and FF. RGB value is (24,26,255). Sum of RGB (Red+Green+Blue) = 24+26+255=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #181AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181AFF is #E7E500. Grayscale: #323232. Windows color (decimal): -15197441 or 16718360. OLE color: 16718360.

HSL color Cylindrical-coordinate representation of color #181AFF: hue angle of 239.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #181AFF is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2426255-
CMYK0.910.9000
HSL239.48º100%54.71%-
HSV(B)239.48º90.59%100%-
XYZ18.88.1595.19-
YUV51.51242.84108.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 255 (100% from 255) = 83.61%
R=7.87%
G=8.52%
B=83.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24262550.910.9000239.4810054.71
Hex181AFF5B5A00ef6437
Octal30323771331320035714467
Binary1100011010111111111011011101101000111011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181AFF; }

 p { color: rgb(24,26,255); }

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

<style>
 a { background-color: #181AFF; }

 a { background-color: rgb(24,26,255); }

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

<style>
 span { border-color: #181AFF; }

 span { border-color: rgb(24,26,255); }

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