#1813F2

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

Shades of Blue #1813F2

Tints of Blue #1813F2

Color information

#1813F2 (or 0x1813F2) is unknown color: approx Blue. HEX triplet: 18, 13 and F2. RGB value is (24,19,242). Sum of RGB (Red+Green+Blue) = 24+19+242=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 242 (94.92% from 255 or 84.91% from 285); Max value from RGB is 242 - color contains mainly: blue. Hex color #1813F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1813F2 is #E7EC0D. Grayscale: #2D2D2D. Windows color (decimal): -15199246 or 15864600. OLE color: 15864600.

HSL color Cylindrical-coordinate representation of color #1813F2: hue angle of 241.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1813F2 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2419242-
CMYK0.900.9200.05
HSL241.35º89.56%51.18%-
HSV(B)241.35º92.15%94.9%-
XYZ16.647.0784.49-
YUV45.92238.66112.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 242 (94.92% from 255) = 84.91%
R=8.42%
G=6.67%
B=84.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24192420.900.9200.05241.3589.5651.18
Hex1813F25A5C05f15a33
Octal30233621321340536113263
Binary110001001111110010101101010111000101111100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1813F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1813F2; }

 p { color: rgb(24,19,242); }

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

<style>
 a { background-color: #1813F2; }

 a { background-color: rgb(24,19,242); }

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

<style>
 span { border-color: #1813F2; }

 span { border-color: rgb(24,19,242); }

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