#013136

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

Shades of Nordic #013136

Tints of Nordic #013136

Color information

#013136 (or 0x013136) is unknown color: approx Nordic. HEX triplet: 01, 31 and 36. RGB value is (1,49,54). Sum of RGB (Red+Green+Blue) = 1+49+54=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #013136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013136 is #FECEC9. Grayscale: #232323. Windows color (decimal): -16699082 or 3551489. OLE color: 3551489.

HSL color Cylindrical-coordinate representation of color #013136: hue angle of 185.66º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013136 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB14954-
CMYK0.980.0900.79
HSL185.66º96.36%10.78%-
HSV(B)185.66º98.15%21.18%-
XYZ1.782.473.87-
YUV35.22138.6103.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=0.96%
G=47.12%
B=51.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal149540.980.0900.79185.6696.3610.78
Hex1313662904Fba60b
Octal1616614211011727214013
Binary111000111011011000101001010011111011101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013136; }

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

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

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

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

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

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

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

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