Html Css Color HEX #012F92 Smalt

📋 copy color: '#012F92'

red 1 ◦ green 47 ◦ blue 146

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

Shades of Smalt #012F92

Tints of Smalt #012F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.26%

R = 0.52%
G = 24.23%
B = 75.26%

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

#012F92 (or 0x012F92) is known color: Smalt. HEX triplet: 01, 2F and 92. RGB value is (1,47,146). Sum of RGB (Red+Green+Blue) = 1+47+146=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #012F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F92 is #FED06D. Grayscale: #2C2C2C. Windows color (decimal): -16699502 or 9580289. OLE color: 9580289.

HSL color Cylindrical-coordinate representation of color #012F92: hue angle of 220.97º 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 #012F92 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 47 146 -
CMYK 0.99 0.68 0 0.43
HSL 220.97º 0.99% 0.29% -
HSV(B) 220.97º 0.99% 0.57% -
XYZ 6.22 4.11 27.66 -
YUV 44.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 1 47 146 0.99 0.68 0 0.43 220.97 0.99 0.29
Hex 1 2F 92 63 44 0 2B DD 63 1D
Octal 1 57 222 143 104 0 53 335 143 35
Binary 1 101111 10010010 1100011 1000100 0 101011 11011101 1100011 11101

Color Harmonies of #012F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F92

Black with #012F92

Text Example


Text Example

White with #012F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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