#012B33

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

Shades of Nordic #012B33

Tints of Nordic #012B33

Color information

#012B33 (or 0x012B33) is unknown color: approx Nordic. HEX triplet: 01, 2B and 33. RGB value is (1,43,51). Sum of RGB (Red+Green+Blue) = 1+43+51=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #012B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B33 is #FED4CC. Grayscale: #1F1F1F. Windows color (decimal): -16700621 or 3353345. OLE color: 3353345.

HSL color Cylindrical-coordinate representation of color #012B33: hue angle of 189.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B33 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB14351-
CMYK0.980.1600.8
HSL189.6º96.15%10.2%-
HSV(B)189.6º98.04%20%-
XYZ1.471.973.44-
YUV31.35139.09106.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 51 (20.31% from 255) = 53.68%
R=1.05%
G=45.26%
B=53.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal143510.980.1600.8189.696.1510.2
Hex12B336210050be60a
Octal1536314220012027614012
Binary1101011110011110001010000010100001011111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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