Html Css Color HEX #012E8A Smalt

📋 copy color: '#012E8A'

red 1 ◦ green 46 ◦ blue 138

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

Shades of Smalt #012E8A

Tints of Smalt #012E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 74.59%

R = 0.54%
G = 24.86%
B = 74.59%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012E8A (or 0x012E8A) is known color: Smalt. HEX triplet: 01, 2E and 8A. RGB value is (1,46,138). Sum of RGB (Red+Green+Blue) = 1+46+138=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #012E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E8A is #FED175. Grayscale: #2A2A2A. Windows color (decimal): -16699766 or 9055745. OLE color: 9055745.

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

Color convert

RGB 1 46 138 -
CMYK 0.99 0.67 0 0.46
HSL 220.29º 0.99% 0.27% -
HSV(B) 220.29º 0.99% 0.54% -
XYZ 5.58 3.8 24.48 -
YUV 43.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 1 46 138 0.99 0.67 0 0.46 220.29 0.99 0.27
Hex 1 2E 8A 63 43 0 2E DC 63 1B
Octal 1 56 212 143 103 0 56 334 143 33
Binary 1 101110 10001010 1100011 1000011 0 101110 11011100 1100011 11011

Color Harmonies of #012E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E8A

Black with #012E8A

Text Example


Text Example

White with #012E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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