#1D16CA

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

Shades of Medium Blue #1D16CA

Tints of Medium Blue #1D16CA

Color information

#1D16CA (or 0x1D16CA) is unknown color: approx Medium Blue. HEX triplet: 1D, 16 and CA. RGB value is (29,22,202). Sum of RGB (Red+Green+Blue) = 29+22+202=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D16CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D16CA is #E2E935. Grayscale: #2B2B2B. Windows color (decimal): -14870838 or 13243933. OLE color: 13243933.

HSL color Cylindrical-coordinate representation of color #1D16CA: hue angle of 242.33º 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 #1D16CA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2922202-
CMYK0.860.8900.21
HSL242.33º80.36%43.92%-
HSV(B)242.33º89.11%79.22%-
XYZ11.455.156.26-
YUV44.61216.82116.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 202 (79.30% from 255) = 79.84%
R=11.46%
G=8.70%
B=79.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29222020.860.8900.21242.3380.3643.92
Hex1D16CA5659015f2502c
Octal352631212613102536212054
Binary11101101101100101010101101011001010101111100101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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