Html Css Color HEX #012882 Smalt

📋 copy color: '#012882'

red 1 ◦ green 40 ◦ blue 130

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

Shades of Smalt #012882

Tints of Smalt #012882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 0.58%
G = 23.39%
B = 76.02%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012882 (or 0x012882) is known color: Smalt. HEX triplet: 01, 28 and 82. RGB value is (1,40,130). Sum of RGB (Red+Green+Blue) = 1+40+130=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #012882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012882 is #FED77D. Grayscale: #262626. Windows color (decimal): -16701310 or 8529921. OLE color: 8529921.

HSL color Cylindrical-coordinate representation of color #012882: hue angle of 221.86º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012882 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 40 130 -
CMYK 0.99 0.69 0 0.49
HSL 221.86º 0.98% 0.26% -
HSV(B) 221.86º 0.99% 0.51% -
XYZ 4.8 3.14 21.47 -
YUV 38.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 1 40 130 0.99 0.69 0 0.49 221.86 0.98 0.26
Hex 1 28 82 63 45 0 31 DE 62 1A
Octal 1 50 202 143 105 0 61 336 142 32
Binary 1 101000 10000010 1100011 1000101 0 110001 11011110 1100010 11010

Color Harmonies of #012882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012882

Black with #012882

Text Example


Text Example

White with #012882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012882; }

 p { color: rgb(1,40,130); }

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

background-color css

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

 a { background-color: rgb(1,40,130); }

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

border-color css

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

 span { border-color: rgb(1,40,130); }

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