Html Css Color HEX #012594 Smalt

📋 copy color: '#012594'

red 1 ◦ green 37 ◦ blue 148

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

Shades of Smalt #012594

Tints of Smalt #012594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 0.54%
G = 19.89%
B = 79.57%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012594 (or 0x012594) is known color: Smalt. HEX triplet: 01, 25 and 94. RGB value is (1,37,148). Sum of RGB (Red+Green+Blue) = 1+37+148=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #012594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012594 is #FEDA6B. Grayscale: #262626. Windows color (decimal): -16702060 or 9708801. OLE color: 9708801.

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

Color convert

RGB 1 37 148 -
CMYK 0.99 0.75 0 0.42
HSL 225.31º 0.99% 0.29% -
HSV(B) 225.31º 0.99% 0.58% -
XYZ 6.02 3.47 28.37 -
YUV 38.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 1 37 148 0.99 0.75 0 0.42 225.31 0.99 0.29
Hex 1 25 94 63 4B 0 2A E1 63 1D
Octal 1 45 224 143 113 0 52 341 143 35
Binary 1 100101 10010100 1100011 1001011 0 101010 11100001 1100011 11101

Color Harmonies of #012594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012594

Black with #012594

Text Example


Text Example

White with #012594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012594; }

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

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

background-color css

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

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

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

border-color css

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

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

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