#012B2D

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

Shades of Nordic #012B2D

Tints of Nordic #012B2D

Color information

#012B2D (or 0x012B2D) is unknown color: approx Nordic. HEX triplet: 01, 2B and 2D. RGB value is (1,43,45). Sum of RGB (Red+Green+Blue) = 1+43+45=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #012B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B2D is #FED4D2. Grayscale: #1E1E1E. Windows color (decimal): -16700627 or 2960129. OLE color: 2960129.

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

Color convert

RGB14345-
CMYK0.980.0400.82
HSL182.73º95.65%9.02%-
HSV(B)182.73º97.78%17.65%-
XYZ1.351.922.78-
YUV30.67136.09106.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 43 (17.19% from 255) = 48.31%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=1.12%
G=48.31%
B=50.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal143450.980.0400.82182.7395.659.02
Hex12B2D624052b7609
Octal153551424012226714011
Binary11010111011011100010100010100101011011111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,43,45); }

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

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

 a { background-color: rgb(1,43,45); }

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

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

 span { border-color: rgb(1,43,45); }

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