Html Css Color HEX #012E9E Smalt

📋 copy color: '#012E9E'

red 1 ◦ green 46 ◦ blue 158

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

Shades of Smalt #012E9E

Tints of Smalt #012E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 158 (62.11% from 255) = 77.07%

R = 0.49%
G = 22.44%
B = 77.07%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#012E9E (or 0x012E9E) is known color: Smalt. HEX triplet: 01, 2E and 9E. RGB value is (1,46,158). Sum of RGB (Red+Green+Blue) = 1+46+158=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #012E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E9E is #FED161. Grayscale: #2C2C2C. Windows color (decimal): -16699746 or 10366465. OLE color: 10366465.

HSL color Cylindrical-coordinate representation of color #012E9E: hue angle of 222.8º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E9E is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 46 158 -
CMYK 0.99 0.71 0 0.38
HSL 222.8º 0.99% 0.31% -
HSV(B) 222.8º 0.99% 0.62% -
XYZ 7.16 4.43 32.83 -
YUV 45.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 1 46 158 0.99 0.71 0 0.38 222.8 0.99 0.31
Hex 1 2E 9E 63 47 0 26 DF 63 1F
Octal 1 56 236 143 107 0 46 337 143 37
Binary 1 101110 10011110 1100011 1000111 0 100110 11011111 1100011 11111

Color Harmonies of #012E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E9E

Black with #012E9E

Text Example


Text Example

White with #012E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,158); }

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

background-color css

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

 a { background-color: rgb(1,46,158); }

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

border-color css

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

 span { border-color: rgb(1,46,158); }

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