Html Css Color HEX #1012CF Medium Blue

📋 copy color: '#1012CF'

red 16 ◦ green 18 ◦ blue 207

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

Shades of Medium Blue #1012CF

Tints of Medium Blue #1012CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.89%

R = 6.64%
G = 7.47%
B = 85.89%

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

#1012CF (or 0x1012CF) is known color: Medium Blue. HEX triplet: 10, 12 and CF. RGB value is (16,18,207). Sum of RGB (Red+Green+Blue) = 16+18+207=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #1012CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012CF is #EFED30. Grayscale: #262626. Windows color (decimal): -15723825 or 13570576. OLE color: 13570576.

HSL color Cylindrical-coordinate representation of color #1012CF: 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 #1012CF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 18 207 -
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.69 5.05 59.39 -
YUV 38.95 222.84 111.63 -
System Red Green Blue C M Y K H S L
Decimal 16 18 207 0.92 0.91 0 0.19 239.37 0.86 0.44
Hex 10 12 CF 5C 5B 0 13 EF 56 2C
Octal 20 22 317 134 133 0 23 357 126 54
Binary 10000 10010 11001111 1011100 1011011 0 10011 11101111 1010110 101100

Color Harmonies of #1012CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012CF

Black with #1012CF

Text Example


Text Example

White with #1012CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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