#1812EB

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

Shades of Blue #1812EB

Tints of Blue #1812EB

Color information

#1812EB (or 0x1812EB) is unknown color: approx Blue. HEX triplet: 18, 12 and EB. RGB value is (24,18,235). Sum of RGB (Red+Green+Blue) = 24+18+235=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #1812EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1812EB is #E7ED14. Grayscale: #2B2B2B. Windows color (decimal): -15199509 or 15405592. OLE color: 15405592.

HSL color Cylindrical-coordinate representation of color #1812EB: hue angle of 241.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1812EB is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2418235-
CMYK0.900.9200.08
HSL241.66º85.77%49.61%-
HSV(B)241.66º92.34%92.16%-
XYZ15.596.6279.05-
YUV44.53235.49113.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 235 (92.19% from 255) = 84.84%
R=8.66%
G=6.50%
B=84.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal24182350.900.9200.08241.6685.7749.61
Hex1812EB5A5C08f25632
Octal302235313213401036212662
Binary1100010010111010111011010101110001000111100101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1812EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1812EB; }

 p { color: rgb(24,18,235); }

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

<style>
 a { background-color: #1812EB; }

 a { background-color: rgb(24,18,235); }

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

<style>
 span { border-color: #1812EB; }

 span { border-color: rgb(24,18,235); }

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