Html Css Color HEX #012F9E Smalt

📋 copy color: '#012F9E'

red 1 ◦ green 47 ◦ blue 158

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

Shades of Smalt #012F9E

Tints of Smalt #012F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 158 (62.11% from 255) = 76.7%

R = 0.49%
G = 22.82%
B = 76.7%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#012F9E (or 0x012F9E) is known color: Smalt. HEX triplet: 01, 2F and 9E. RGB value is (1,47,158). Sum of RGB (Red+Green+Blue) = 1+47+158=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #012F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F9E is #FED061. Grayscale: #2D2D2D. Windows color (decimal): -16699490 or 10366721. OLE color: 10366721.

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

Color convert

RGB 1 47 158 -
CMYK 0.99 0.70 0 0.38
HSL 222.42º 0.99% 0.31% -
HSV(B) 222.42º 0.99% 0.62% -
XYZ 7.2 4.51 32.84 -
YUV 45.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 1 47 158 0.99 0.70 0 0.38 222.42 0.99 0.31
Hex 1 2F 9E 63 46 0 26 DE 63 1F
Octal 1 57 236 143 106 0 46 336 143 37
Binary 1 101111 10011110 1100011 1000110 0 100110 11011110 1100011 11111

Color Harmonies of #012F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F9E

Black with #012F9E

Text Example


Text Example

White with #012F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,158); }

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

background-color css

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

 a { background-color: rgb(1,47,158); }

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

border-color css

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

 span { border-color: rgb(1,47,158); }

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