#012E3A

Color #012E3A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #012E3A

Tints of Nordic #012E3A

Color information

#012E3A (or 0x012E3A) is unknown color: approx Nordic. HEX triplet: 01, 2E and 3A. RGB value is (1,46,58). Sum of RGB (Red+Green+Blue) = 1+46+58=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #012E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3A is #FED1C5. Grayscale: #212121. Windows color (decimal): -16699846 or 3812865. OLE color: 3812865.

HSL color Cylindrical-coordinate representation of color #012E3A: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E3A is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB14658-
CMYK0.980.2100.77
HSL192.63º96.61%11.57%-
HSV(B)192.63º98.28%22.75%-
XYZ1.752.274.35-
YUV33.91141.59104.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=0.95%
G=43.81%
B=55.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal146580.980.2100.77192.6396.6111.57
Hex12E3A621504Dc161c
Octal1567214225011530114114
Binary1101110111010110001010101010011011100000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #012E3A;
 }
 .AnyTagClassName
 {
   color: #012E3A;
 }
</style>
background-color css

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

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

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

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

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

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