Html Css Color HEX #012E8C Smalt

📋 copy color: '#012E8C'

red 1 ◦ green 46 ◦ blue 140

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

Shades of Smalt #012E8C

Tints of Smalt #012E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.87%

R = 0.53%
G = 24.6%
B = 74.87%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#012E8C (or 0x012E8C) is known color: Smalt. HEX triplet: 01, 2E and 8C. RGB value is (1,46,140). Sum of RGB (Red+Green+Blue) = 1+46+140=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #012E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E8C is #FED173. Grayscale: #2A2A2A. Windows color (decimal): -16699764 or 9186817. OLE color: 9186817.

HSL color Cylindrical-coordinate representation of color #012E8C: hue angle of 220.58º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E8C is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 46 140 -
CMYK 0.99 0.67 0 0.45
HSL 220.58º 0.99% 0.28% -
HSV(B) 220.58º 0.99% 0.55% -
XYZ 5.72 3.85 25.25 -
YUV 43.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 1 46 140 0.99 0.67 0 0.45 220.58 0.99 0.28
Hex 1 2E 8C 63 43 0 2D DD 63 1C
Octal 1 56 214 143 103 0 55 335 143 34
Binary 1 101110 10001100 1100011 1000011 0 101101 11011101 1100011 11100

Color Harmonies of #012E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E8C

Black with #012E8C

Text Example


Text Example

White with #012E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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