Html Css Color HEX #012E8D Smalt

📋 copy color: '#012E8D'

red 1 ◦ green 46 ◦ blue 141

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

Shades of Smalt #012E8D

Tints of Smalt #012E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 75%

R = 0.53%
G = 24.47%
B = 75%

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

#012E8D (or 0x012E8D) is known color: Smalt. HEX triplet: 01, 2E and 8D. RGB value is (1,46,141). Sum of RGB (Red+Green+Blue) = 1+46+141=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #012E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E8D is #FED172. Grayscale: #2A2A2A. Windows color (decimal): -16699763 or 9252353. OLE color: 9252353.

HSL color Cylindrical-coordinate representation of color #012E8D: hue angle of 220.71º 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 #012E8D is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 46 141 -
CMYK 0.99 0.67 0 0.45
HSL 220.71º 0.99% 0.28% -
HSV(B) 220.71º 0.99% 0.55% -
XYZ 5.8 3.88 25.64 -
YUV 43.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 1 46 141 0.99 0.67 0 0.45 220.71 0.99 0.28
Hex 1 2E 8D 63 43 0 2D DD 63 1C
Octal 1 56 215 143 103 0 55 335 143 34
Binary 1 101110 10001101 1100011 1000011 0 101101 11011101 1100011 11100

Color Harmonies of #012E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E8D

Black with #012E8D

Text Example


Text Example

White with #012E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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