Html Css Color HEX #012482 Smalt

📋 copy color: '#012482'

red 1 ◦ green 36 ◦ blue 130

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

Shades of Smalt #012482

Tints of Smalt #012482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 0.6%
G = 21.56%
B = 77.84%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012482 (or 0x012482) is known color: Smalt. HEX triplet: 01, 24 and 82. RGB value is (1,36,130). Sum of RGB (Red+Green+Blue) = 1+36+130=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #012482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012482 is #FEDB7D. Grayscale: #232323. Windows color (decimal): -16702334 or 8528897. OLE color: 8528897.

HSL color Cylindrical-coordinate representation of color #012482: hue angle of 223.72º 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 #012482 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 36 130 -
CMYK 0.99 0.72 0 0.49
HSL 223.72º 0.98% 0.26% -
HSV(B) 223.72º 0.99% 0.51% -
XYZ 4.67 2.88 21.43 -
YUV 36.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 1 36 130 0.99 0.72 0 0.49 223.72 0.98 0.26
Hex 1 24 82 63 48 0 31 E0 62 1A
Octal 1 44 202 143 110 0 61 340 142 32
Binary 1 100100 10000010 1100011 1001000 0 110001 11100000 1100010 11010

Color Harmonies of #012482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012482

Black with #012482

Text Example


Text Example

White with #012482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012482; }

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

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

background-color css

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

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

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

border-color css

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

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

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