Html Css Color HEX #1012EF Blue

📋 copy color: '#1012EF'

red 16 ◦ green 18 ◦ blue 239

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

Shades of Blue #1012EF

Tints of Blue #1012EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 87.55%

R = 5.86%
G = 6.59%
B = 87.55%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1012EF (or 0x1012EF) is known color: Blue. HEX triplet: 10, 12 and EF. RGB value is (16,18,239). Sum of RGB (Red+Green+Blue) = 16+18+239=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #1012EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1012EF is #EFED10. Grayscale: #292929. Windows color (decimal): -15723793 or 15667728. OLE color: 15667728.

HSL color Cylindrical-coordinate representation of color #1012EF: hue angle of 239.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1012EF is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 18 239 -
CMYK 0.93 0.92 0 0.06
HSL 239.46º 0.87% 0.5% -
HSV(B) 239.46º 0.93% 0.94% -
XYZ 16.01 6.77 82.13 -
YUV 42.6 238.84 109.03 -
System Red Green Blue C M Y K H S L
Decimal 16 18 239 0.93 0.92 0 0.06 239.46 0.87 0.5
Hex 10 12 EF 5D 5C 0 6 EF 57 32
Octal 20 22 357 135 134 0 6 357 127 62
Binary 10000 10010 11101111 1011101 1011100 0 110 11101111 1010111 110010

Color Harmonies of #1012EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012EF

Black with #1012EF

Text Example


Text Example

White with #1012EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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