Html Css Color HEX #1012CE Medium Blue

📋 copy color: '#1012CE'

red 16 ◦ green 18 ◦ blue 206

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

Shades of Medium Blue #1012CE

Tints of Medium Blue #1012CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 206 (80.86% from 255) = 85.83%

R = 6.67%
G = 7.5%
B = 85.83%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1012CE (or 0x1012CE) is known color: Medium Blue. HEX triplet: 10, 12 and CE. RGB value is (16,18,206). Sum of RGB (Red+Green+Blue) = 16+18+206=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #1012CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012CE is #EFED31. Grayscale: #262626. Windows color (decimal): -15723826 or 13505040. OLE color: 13505040.

HSL color Cylindrical-coordinate representation of color #1012CE: hue angle of 239.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1012CE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 18 206 -
CMYK 0.92 0.91 0 0.19
HSL 239.37º 0.86% 0.44% -
HSV(B) 239.37º 0.92% 0.81% -
XYZ 11.57 5 58.75 -
YUV 38.83 222.34 111.71 -
System Red Green Blue C M Y K H S L
Decimal 16 18 206 0.92 0.91 0 0.19 239.37 0.86 0.44
Hex 10 12 CE 5C 5B 0 13 EF 56 2C
Octal 20 22 316 134 133 0 23 357 126 54
Binary 10000 10010 11001110 1011100 1011011 0 10011 11101111 1010110 101100

Color Harmonies of #1012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012CE

Black with #1012CE

Text Example


Text Example

White with #1012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1012CE; }

 p { color: rgb(16,18,206); }

 H1.HeaderClassName
 {
   color: #1012CE;
 }
 .AnyTagClassName
 {
   color: #1012CE;
 }
</style>

background-color css

<style>
 a { background-color: #1012CE; }

 a { background-color: rgb(16,18,206); }

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

border-color css

<style>
 span { border-color: #1012CE; }

 span { border-color: rgb(16,18,206); }

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