#013236

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

Shades of Nordic #013236

Tints of Nordic #013236

Color information

#013236 (or 0x013236) is unknown color: approx Nordic. HEX triplet: 01, 32 and 36. RGB value is (1,50,54). Sum of RGB (Red+Green+Blue) = 1+50+54=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #013236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013236 is #FECDC9. Grayscale: #232323. Windows color (decimal): -16698826 or 3551745. OLE color: 3551745.

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

Color convert

RGB15054-
CMYK0.980.0700.79
HSL184.53º96.36%10.78%-
HSV(B)184.53º98.15%21.18%-
XYZ1.822.553.89-
YUV35.8138.27103.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=0.95%
G=47.62%
B=51.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal150540.980.0700.79184.5396.3610.78
Hex1323662704Fb960b
Octal162661427011727114013
Binary11100101101101100010111010011111011100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013236; }

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

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

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

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

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

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

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

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