#012E3B

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

Shades of Nordic #012E3B

Tints of Nordic #012E3B

Color information

#012E3B (or 0x012E3B) is unknown color: approx Nordic. HEX triplet: 01, 2E and 3B. RGB value is (1,46,59). Sum of RGB (Red+Green+Blue) = 1+46+59=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #012E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3B is #FED1C4. Grayscale: #212121. Windows color (decimal): -16699845 or 3878401. OLE color: 3878401.

HSL color Cylindrical-coordinate representation of color #012E3B: hue angle of 193.45º 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 #012E3B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB14659-
CMYK0.980.2200.77
HSL193.45º96.67%11.76%-
HSV(B)193.45º98.31%23.14%-
XYZ1.782.284.48-
YUV34.03142.09104.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=0.94%
G=43.40%
B=55.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal146590.980.2200.77193.4596.6711.76
Hex12E3B621604Dc161c
Octal1567314226011530114114
Binary1101110111011110001010110010011011100000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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