Html Css Color HEX #1012FF Blue

📋 copy color: '#1012FF'

red 16 ◦ green 18 ◦ blue 255

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

Shades of Blue #1012FF

Tints of Blue #1012FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 88.24%

R = 5.54%
G = 6.23%
B = 88.24%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1012FF (or 0x1012FF) is known color: Blue. HEX triplet: 10, 12 and FF. RGB value is (16,18,255). Sum of RGB (Red+Green+Blue) = 16+18+255=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #1012FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1012FF is #EFED00. Grayscale: #2B2B2B. Windows color (decimal): -15723777 or 16716304. OLE color: 16716304.

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

Color convert

RGB 16 18 255 -
CMYK 0.94 0.93 0 0
HSL 239.5º 1% 0.53% -
HSV(B) 239.5º 0.94% 1% -
XYZ 18.48 7.76 95.13 -
YUV 44.42 246.84 107.73 -
System Red Green Blue C M Y K H S L
Decimal 16 18 255 0.94 0.93 0 0 239.5 1 0.53
Hex 10 12 FF 5E 5D 0 0 EF 64 35
Octal 20 22 377 136 135 0 0 357 144 65
Binary 10000 10010 11111111 1011110 1011101 0 0 11101111 1100100 110101

Color Harmonies of #1012FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012FF

Black with #1012FF

Text Example


Text Example

White with #1012FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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