Html Css Color HEX #012E9C Smalt

📋 copy color: '#012E9C'

red 1 ◦ green 46 ◦ blue 156

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

Shades of Smalt #012E9C

Tints of Smalt #012E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 0.49%
G = 22.66%
B = 76.85%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#012E9C (or 0x012E9C) is known color: Smalt. HEX triplet: 01, 2E and 9C. RGB value is (1,46,156). Sum of RGB (Red+Green+Blue) = 1+46+156=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #012E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E9C is #FED163. Grayscale: #2C2C2C. Windows color (decimal): -16699748 or 10235393. OLE color: 10235393.

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

Color convert

RGB 1 46 156 -
CMYK 0.99 0.71 0 0.39
HSL 222.58º 0.99% 0.31% -
HSV(B) 222.58º 0.99% 0.61% -
XYZ 6.99 4.36 31.93 -
YUV 45.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 1 46 156 0.99 0.71 0 0.39 222.58 0.99 0.31
Hex 1 2E 9C 63 47 0 27 DF 63 1F
Octal 1 56 234 143 107 0 47 337 143 37
Binary 1 101110 10011100 1100011 1000111 0 100111 11011111 1100011 11111

Color Harmonies of #012E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E9C

Black with #012E9C

Text Example


Text Example

White with #012E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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