#013032

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

Shades of Nordic #013032

Tints of Nordic #013032

Color information

#013032 (or 0x013032) is unknown color: approx Nordic. HEX triplet: 01, 30 and 32. RGB value is (1,48,50). Sum of RGB (Red+Green+Blue) = 1+48+50=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #013032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013032 is #FECFCD. Grayscale: #222222. Windows color (decimal): -16699342 or 3289089. OLE color: 3289089.

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

Color convert

RGB14850-
CMYK0.980.0400.80
HSL182.45º96.08%10%-
HSV(B)182.45º98%19.61%-
XYZ1.652.353.38-
YUV34.17136.93104.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=1.01%
G=48.48%
B=50.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal148500.980.0400.80182.4596.0810
Hex13032624050b660a
Octal160621424012026614012
Binary11100001100101100010100010100001011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013032; }

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

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

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

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

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

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

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

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