Html Css Color HEX #012999 Smalt

📋 copy color: '#012999'

red 1 ◦ green 41 ◦ blue 153

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

Shades of Smalt #012999

Tints of Smalt #012999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

 BLUE value IS 153 (60.16% from 255) = 78.46%

R = 0.51%
G = 21.03%
B = 78.46%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012999 (or 0x012999) is known color: Smalt. HEX triplet: 01, 29 and 99. RGB value is (1,41,153). Sum of RGB (Red+Green+Blue) = 1+41+153=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #012999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012999 is #FED666. Grayscale: #292929. Windows color (decimal): -16701031 or 10037505. OLE color: 10037505.

HSL color Cylindrical-coordinate representation of color #012999: hue angle of 224.21º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012999 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 41 153 -
CMYK 0.99 0.73 0 0.4
HSL 224.21º 0.99% 0.3% -
HSV(B) 224.21º 0.99% 0.6% -
XYZ 6.56 3.89 30.54 -
YUV 41.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 1 41 153 0.99 0.73 0 0.4 224.21 0.99 0.3
Hex 1 29 99 63 49 0 28 E0 63 1E
Octal 1 51 231 143 111 0 50 340 143 36
Binary 1 101001 10011001 1100011 1001001 0 101000 11100000 1100011 11110

Color Harmonies of #012999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012999

Black with #012999

Text Example


Text Example

White with #012999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012999; }

 p { color: rgb(1,41,153); }

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

background-color css

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

 a { background-color: rgb(1,41,153); }

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

border-color css

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

 span { border-color: rgb(1,41,153); }

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