#1800FF

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

Shades of Blue #1800FF

Tints of Blue #1800FF

Color information

#1800FF (or 0x1800FF) is unknown color: approx Blue. HEX triplet: 18, 00 and FF. RGB value is (24,0,255). Sum of RGB (Red+Green+Blue) = 24+0+255=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #1800FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1800FF is #E7FF00. Grayscale: #232323. Windows color (decimal): -15204097 or 16711704. OLE color: 16711704.

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

Color convert

RGB240255-
CMYK0.91100
HSL245.65º100%50%-
HSV(B)245.65º100%100%-
XYZ18.437.4195.07-
YUV36.25251.45119.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 91.40%
R=8.60%
G=0%
B=91.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402550.91100245.6510050
Hex180FF5B6400f66432
Octal3003771331440036614462
Binary110000111111111011011110010000111101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1800FF; }

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

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

<style>
 a { background-color: #1800FF; }

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

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

<style>
 span { border-color: #1800FF; }

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

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