Html Css Color HEX #012E98 Smalt

📋 copy color: '#012E98'

red 1 ◦ green 46 ◦ blue 152

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

Shades of Smalt #012E98

Tints of Smalt #012E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 76.38%

R = 0.5%
G = 23.12%
B = 76.38%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#012E98 (or 0x012E98) is known color: Smalt. HEX triplet: 01, 2E and 98. RGB value is (1,46,152). Sum of RGB (Red+Green+Blue) = 1+46+152=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #012E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E98 is #FED167. Grayscale: #2C2C2C. Windows color (decimal): -16699752 or 9973249. OLE color: 9973249.

HSL color Cylindrical-coordinate representation of color #012E98: hue angle of 222.12º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E98 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 46 152 -
CMYK 0.99 0.70 0 0.40
HSL 222.12º 0.99% 0.3% -
HSV(B) 222.12º 0.99% 0.6% -
XYZ 6.66 4.23 30.17 -
YUV 44.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 1 46 152 0.99 0.70 0 0.40 222.12 0.99 0.3
Hex 1 2E 98 63 46 0 28 DE 63 1E
Octal 1 56 230 143 106 0 50 336 143 36
Binary 1 101110 10011000 1100011 1000110 0 101000 11011110 1100011 11110

Color Harmonies of #012E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E98

Black with #012E98

Text Example


Text Example

White with #012E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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