#012E2F

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

Shades of Nordic #012E2F

Tints of Nordic #012E2F

Color information

#012E2F (or 0x012E2F) is unknown color: approx Nordic. HEX triplet: 01, 2E and 2F. RGB value is (1,46,47). Sum of RGB (Red+Green+Blue) = 1+46+47=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #012E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E2F is #FED1D0. Grayscale: #202020. Windows color (decimal): -16699857 or 3091969. OLE color: 3091969.

HSL color Cylindrical-coordinate representation of color #012E2F: hue angle of 181.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E2F is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14647-
CMYK0.980.0200.82
HSL181.3º95.83%9.41%-
HSV(B)181.3º97.87%18.43%-
XYZ1.52.173.03-
YUV32.66136.09105.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 46 (18.36% from 255) = 48.94%
BLUE value IS 47 (18.75% from 255) = 50%
R=1.06%
G=48.94%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal146470.980.0200.82181.395.839.41
Hex12E2F622052b5609
Octal156571422012226514011
Binary1101110101111110001010010100101011010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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