Html Css Color HEX #012086 Smalt

📋 copy color: '#012086'

red 1 ◦ green 32 ◦ blue 134

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

Shades of Smalt #012086

Tints of Smalt #012086

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 134 (52.73% from 255) = 80.24%

R = 0.6%
G = 19.16%
B = 80.24%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#012086 (or 0x012086) is known color: Smalt. HEX triplet: 01, 20 and 86. RGB value is (1,32,134). Sum of RGB (Red+Green+Blue) = 1+32+134=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 134 (52.73% from 255 or 80.24% from 167); Max value from RGB is 134 - color contains mainly: blue. Hex color #012086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012086 is #FEDF79. Grayscale: #212121. Windows color (decimal): -16703354 or 8790017. OLE color: 8790017.

HSL color Cylindrical-coordinate representation of color #012086: hue angle of 226.02º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012086 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 32 134 -
CMYK 0.99 0.76 0 0.47
HSL 226.02º 0.99% 0.26% -
HSV(B) 226.02º 0.99% 0.53% -
XYZ 4.83 2.76 22.83 -
YUV 34.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 1 32 134 0.99 0.76 0 0.47 226.02 0.99 0.26
Hex 1 20 86 63 4C 0 2F E2 63 1A
Octal 1 40 206 143 114 0 57 342 143 32
Binary 1 100000 10000110 1100011 1001100 0 101111 11100010 1100011 11010

Color Harmonies of #012086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012086

Black with #012086

Text Example


Text Example

White with #012086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012086; }

 p { color: rgb(1,32,134); }

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

background-color css

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

 a { background-color: rgb(1,32,134); }

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

border-color css

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

 span { border-color: rgb(1,32,134); }

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