Html Css Color HEX #1012BF Medium Blue

📋 copy color: '#1012BF'

red 16 ◦ green 18 ◦ blue 191

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

Shades of Medium Blue #1012BF

Tints of Medium Blue #1012BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 84.89%

R = 7.11%
G = 8%
B = 84.89%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1012BF (or 0x1012BF) is known color: Medium Blue. HEX triplet: 10, 12 and BF. RGB value is (16,18,191). Sum of RGB (Red+Green+Blue) = 16+18+191=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #1012BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012BF is #EFED40. Grayscale: #242424. Windows color (decimal): -15723841 or 12522000. OLE color: 12522000.

HSL color Cylindrical-coordinate representation of color #1012BF: hue angle of 239.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1012BF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 18 191 -
CMYK 0.92 0.91 0 0.25
HSL 239.31º 0.85% 0.41% -
HSV(B) 239.31º 0.92% 0.75% -
XYZ 9.83 4.3 49.6 -
YUV 37.12 214.84 112.93 -
System Red Green Blue C M Y K H S L
Decimal 16 18 191 0.92 0.91 0 0.25 239.31 0.85 0.41
Hex 10 12 BF 5C 5B 0 19 EF 55 29
Octal 20 22 277 134 133 0 31 357 125 51
Binary 10000 10010 10111111 1011100 1011011 0 11001 11101111 1010101 101001

Color Harmonies of #1012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012BF

Black with #1012BF

Text Example


Text Example

White with #1012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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