Html Css Color HEX #012394 Smalt

📋 copy color: '#012394'

red 1 ◦ green 35 ◦ blue 148

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

Shades of Smalt #012394

Tints of Smalt #012394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 0.54%
G = 19.02%
B = 80.43%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012394 (or 0x012394) is known color: Smalt. HEX triplet: 01, 23 and 94. RGB value is (1,35,148). Sum of RGB (Red+Green+Blue) = 1+35+148=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 148 (58.20% from 255 or 80.43% from 184); Max value from RGB is 148 - color contains mainly: blue. Hex color #012394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012394 is #FEDC6B. Grayscale: #252525. Windows color (decimal): -16702572 or 9708289. OLE color: 9708289.

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

Color convert

RGB 1 35 148 -
CMYK 0.99 0.76 0 0.42
HSL 226.12º 0.99% 0.29% -
HSV(B) 226.12º 0.99% 0.58% -
XYZ 5.96 3.35 28.35 -
YUV 37.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 1 35 148 0.99 0.76 0 0.42 226.12 0.99 0.29
Hex 1 23 94 63 4C 0 2A E2 63 1D
Octal 1 43 224 143 114 0 52 342 143 35
Binary 1 100011 10010100 1100011 1001100 0 101010 11100010 1100011 11101

Color Harmonies of #012394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012394

Black with #012394

Text Example


Text Example

White with #012394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012394; }

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

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

background-color css

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

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

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

border-color css

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

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

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