#1802C0

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

Shades of Medium Blue #1802C0

Tints of Medium Blue #1802C0

Color information

#1802C0 (or 0x1802C0) is unknown color: approx Medium Blue. HEX triplet: 18, 02 and C0. RGB value is (24,2,192). Sum of RGB (Red+Green+Blue) = 24+2+192=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #1802C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802C0 is #E7FD3F. Grayscale: #1D1D1D. Windows color (decimal): -15203648 or 12583448. OLE color: 12583448.

HSL color Cylindrical-coordinate representation of color #1802C0: hue angle of 246.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802C0 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB242192-
CMYK0.880.9900.25
HSL246.95º97.94%38.04%-
HSV(B)246.95º98.96%75.29%-
XYZ9.914.0450.13-
YUV30.24219.29123.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 192 (75.39% from 255) = 88.07%
R=11.01%
G=0.92%
B=88.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2421920.880.9900.25246.9597.9438.04
Hex182C05863019f76226
Octal30230013014303136714246
Binary11000101100000010110001100011011001111101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1802C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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