#1E16CA

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

Shades of Medium Blue #1E16CA

Tints of Medium Blue #1E16CA

Color information

#1E16CA (or 0x1E16CA) is unknown color: approx Medium Blue. HEX triplet: 1E, 16 and CA. RGB value is (30,22,202). Sum of RGB (Red+Green+Blue) = 30+22+202=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E16CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E16CA is #E1E935. Grayscale: #2C2C2C. Windows color (decimal): -14805302 or 13243934. OLE color: 13243934.

HSL color Cylindrical-coordinate representation of color #1E16CA: hue angle of 242.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E16CA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3022202-
CMYK0.850.8900.21
HSL242.67º80.36%43.92%-
HSV(B)242.67º89.11%79.22%-
XYZ11.485.1156.26-
YUV44.91216.65117.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 202 (79.30% from 255) = 79.53%
R=11.81%
G=8.66%
B=79.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30222020.850.8900.21242.6780.3643.92
Hex1E16CA5559015f3502c
Octal362631212513102536312054
Binary11110101101100101010101011011001010101111100111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E16CA; }

 p { color: rgb(30,22,202); }

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

<style>
 a { background-color: #1E16CA; }

 a { background-color: rgb(30,22,202); }

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

<style>
 span { border-color: #1E16CA; }

 span { border-color: rgb(30,22,202); }

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