Html Css Color HEX #012294 Smalt

📋 copy color: '#012294'

red 1 ◦ green 34 ◦ blue 148

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

Shades of Smalt #012294

Tints of Smalt #012294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80.87%

R = 0.55%
G = 18.58%
B = 80.87%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012294 (or 0x012294) is known color: Smalt. HEX triplet: 01, 22 and 94. RGB value is (1,34,148). Sum of RGB (Red+Green+Blue) = 1+34+148=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #012294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012294 is #FEDD6B. Grayscale: #242424. Windows color (decimal): -16702828 or 9708033. OLE color: 9708033.

HSL color Cylindrical-coordinate representation of color #012294: hue angle of 226.53º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012294 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 34 148 -
CMYK 0.99 0.77 0 0.42
HSL 226.53º 0.99% 0.29% -
HSV(B) 226.53º 0.99% 0.58% -
XYZ 5.93 3.29 28.34 -
YUV 37.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 1 34 148 0.99 0.77 0 0.42 226.53 0.99 0.29
Hex 1 22 94 63 4D 0 2A E3 63 1D
Octal 1 42 224 143 115 0 52 343 143 35
Binary 1 100010 10010100 1100011 1001101 0 101010 11100011 1100011 11101

Color Harmonies of #012294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012294

Black with #012294

Text Example


Text Example

White with #012294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012294; }

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

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

background-color css

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

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

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

border-color css

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

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

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