Html Css Color HEX #012F91 Smalt

📋 copy color: '#012F91'

red 1 ◦ green 47 ◦ blue 145

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

Shades of Smalt #012F91

Tints of Smalt #012F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 145 (57.03% from 255) = 75.13%

R = 0.52%
G = 24.35%
B = 75.13%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012F91 (or 0x012F91) is known color: Smalt. HEX triplet: 01, 2F and 91. RGB value is (1,47,145). Sum of RGB (Red+Green+Blue) = 1+47+145=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #012F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F91 is #FED06E. Grayscale: #2B2B2B. Windows color (decimal): -16699503 or 9514753. OLE color: 9514753.

HSL color Cylindrical-coordinate representation of color #012F91: hue angle of 220.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F91 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 47 145 -
CMYK 0.99 0.68 0 0.43
HSL 220.83º 0.99% 0.29% -
HSV(B) 220.83º 0.99% 0.57% -
XYZ 6.14 4.08 27.25 -
YUV 44.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 1 47 145 0.99 0.68 0 0.43 220.83 0.99 0.29
Hex 1 2F 91 63 44 0 2B DD 63 1D
Octal 1 57 221 143 104 0 53 335 143 35
Binary 1 101111 10010001 1100011 1000100 0 101011 11011101 1100011 11101

Color Harmonies of #012F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F91

Black with #012F91

Text Example


Text Example

White with #012F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012F91; }

 p { color: rgb(1,47,145); }

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

background-color css

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

 a { background-color: rgb(1,47,145); }

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

border-color css

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

 span { border-color: rgb(1,47,145); }

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