#013235

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

Shades of Nordic #013235

Tints of Nordic #013235

Color information

#013235 (or 0x013235) is unknown color: approx Nordic. HEX triplet: 01, 32 and 35. RGB value is (1,50,53). Sum of RGB (Red+Green+Blue) = 1+50+53=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #013235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013235 is #FECDCA. Grayscale: #232323. Windows color (decimal): -16698827 or 3486209. OLE color: 3486209.

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

Color convert

RGB15053-
CMYK0.980.0600.79
HSL183.46º96.3%10.59%-
HSV(B)183.46º98.11%20.78%-
XYZ1.82.543.76-
YUV35.69137.77103.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=0.96%
G=48.08%
B=50.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal150530.980.0600.79183.4696.310.59
Hex1323562604Fb760b
Octal162651426011726714013
Binary11100101101011100010110010011111011011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013235; }

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

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

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

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

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

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

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

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