Html Css Color HEX #1016CA Medium Blue

📋 copy color: '#1016CA'

red 16 ◦ green 22 ◦ blue 202

#1016CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1016CA

Tints of Medium Blue #1016CA

RGB

 RED value IS 16 (6.64% from 255) = 6.67%

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 202 (79.3% from 255) = 84.17%

R = 6.67%
G = 9.17%
B = 84.17%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1016CA (or 0x1016CA) is known color: Medium Blue. HEX triplet: 10, 16 and CA. RGB value is (16,22,202). Sum of RGB (Red+Green+Blue) = 16+22+202=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #1016CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016CA is #EFE935. Grayscale: #282828. Windows color (decimal): -15722806 or 13243920. OLE color: 13243920.

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

Color convert

RGB 16 22 202 -
CMYK 0.92 0.89 0 0.21
HSL 238.06º 0.85% 0.43% -
HSV(B) 238.06º 0.92% 0.79% -
XYZ 11.16 4.95 56.24 -
YUV 40.73 219.01 110.36 -
System Red Green Blue C M Y K H S L
Decimal 16 22 202 0.92 0.89 0 0.21 238.06 0.85 0.43
Hex 10 16 CA 5C 59 0 15 EE 55 2B
Octal 20 26 312 134 131 0 25 356 125 53
Binary 10000 10110 11001010 1011100 1011001 0 10101 11101110 1010101 101011

Color Harmonies of #1016CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1016CA

Black with #1016CA

Text Example


Text Example

White with #1016CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1016CA; }

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

 H1.HeaderClassName
 {
   color: #1016CA;
 }
 .AnyTagClassName
 {
   color: #1016CA;
 }
</style>

background-color css

<style>
 a { background-color: #1016CA; }

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

 div.DivClassName
 {
   background-color: #1016CA;
 }
 .BgClassName
 {
   background-color: #1016CA;
 }
</style>

border-color css

<style>
 span { border-color: #1016CA; }

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

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