#1802BA

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

Shades of Medium Blue #1802BA

Tints of Medium Blue #1802BA

Color information

#1802BA (or 0x1802BA) is unknown color: approx Medium Blue. HEX triplet: 18, 02 and BA. RGB value is (24,2,186). Sum of RGB (Red+Green+Blue) = 24+2+186=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1802BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802BA is #E7FD45. Grayscale: #1C1C1C. Windows color (decimal): -15203654 or 12190232. OLE color: 12190232.

HSL color Cylindrical-coordinate representation of color #1802BA: hue angle of 247.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802BA is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB242186-
CMYK0.870.9900.27
HSL247.17º97.87%36.86%-
HSV(B)247.17º98.92%72.94%-
XYZ9.263.7846.7-
YUV29.55216.29124.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 186 (73.05% from 255) = 87.74%
R=11.32%
G=0.94%
B=87.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2421860.870.9900.27247.1797.8736.86
Hex182BA576301Bf76225
Octal30227212714303336714245
Binary11000101011101010101111100011011011111101111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1802BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1802BA; }

 p { color: rgb(24,2,186); }

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

<style>
 a { background-color: #1802BA; }

 a { background-color: rgb(24,2,186); }

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

<style>
 span { border-color: #1802BA; }

 span { border-color: rgb(24,2,186); }

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