Html Css Color HEX #012291 Smalt

📋 copy color: '#012291'

red 1 ◦ green 34 ◦ blue 145

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

Shades of Smalt #012291

Tints of Smalt #012291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

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

R = 0.56%
G = 18.89%
B = 80.56%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012291 (or 0x012291) is known color: Smalt. HEX triplet: 01, 22 and 91. RGB value is (1,34,145). Sum of RGB (Red+Green+Blue) = 1+34+145=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #012291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012291 is #FEDD6E. Grayscale: #242424. Windows color (decimal): -16702831 or 9511425. OLE color: 9511425.

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

Color convert

RGB 1 34 145 -
CMYK 0.99 0.77 0 0.43
HSL 226.25º 0.99% 0.29% -
HSV(B) 226.25º 0.99% 0.57% -
XYZ 5.7 3.19 27.1 -
YUV 36.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 1 34 145 0.99 0.77 0 0.43 226.25 0.99 0.29
Hex 1 22 91 63 4D 0 2B E2 63 1D
Octal 1 42 221 143 115 0 53 342 143 35
Binary 1 100010 10010001 1100011 1001101 0 101011 11100010 1100011 11101

Color Harmonies of #012291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012291

Black with #012291

Text Example


Text Example

White with #012291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012291; }

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

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

background-color css

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

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

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

border-color css

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

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

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