#012D30

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

Shades of Nordic #012D30

Tints of Nordic #012D30

Color information

#012D30 (or 0x012D30) is unknown color: approx Nordic. HEX triplet: 01, 2D and 30. RGB value is (1,45,48). Sum of RGB (Red+Green+Blue) = 1+45+48=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #012D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D30 is #FED2CF. Grayscale: #202020. Windows color (decimal): -16700112 or 3157249. OLE color: 3157249.

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

Color convert

RGB14548-
CMYK0.980.0600.81
HSL183.83º95.92%9.61%-
HSV(B)183.83º97.92%18.82%-
XYZ1.482.13.12-
YUV32.19136.92105.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=1.06%
G=47.87%
B=51.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal145480.980.0600.81183.8395.929.61
Hex12D30626051b860a
Octal155601426012127014012
Binary11011011100001100010110010100011011100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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