#013133

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

Shades of Nordic #013133

Tints of Nordic #013133

Color information

#013133 (or 0x013133) is unknown color: approx Nordic. HEX triplet: 01, 31 and 33. RGB value is (1,49,51). Sum of RGB (Red+Green+Blue) = 1+49+51=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #013133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013133 is #FECECC. Grayscale: #222222. Windows color (decimal): -16699085 or 3354881. OLE color: 3354881.

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

Color convert

RGB14951-
CMYK0.980.0400.8
HSL182.4º96.15%10.2%-
HSV(B)182.4º98.04%20%-
XYZ1.712.443.51-
YUV34.88137.1103.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=0.99%
G=48.51%
B=50.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal149510.980.0400.8182.496.1510.2
Hex13133624050b660a
Octal161631424012026614012
Binary11100011100111100010100010100001011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013133; }

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

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

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

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

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

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

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

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