#013239

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

Shades of Nordic #013239

Tints of Nordic #013239

Color information

#013239 (or 0x013239) is unknown color: approx Nordic. HEX triplet: 01, 32 and 39. RGB value is (1,50,57). Sum of RGB (Red+Green+Blue) = 1+50+57=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #013239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013239 is #FECDC6. Grayscale: #242424. Windows color (decimal): -16698823 or 3748353. OLE color: 3748353.

HSL color Cylindrical-coordinate representation of color #013239: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013239 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15057-
CMYK0.980.1200.78
HSL187.5º96.55%11.37%-
HSV(B)187.5º98.25%22.35%-
XYZ1.892.584.27-
YUV36.15139.77102.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=0.93%
G=46.30%
B=52.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal150570.980.1200.78187.596.5511.37
Hex1323962C04Ebc61b
Octal1627114214011627414113
Binary111001011100111000101100010011101011110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013239; }

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

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

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

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

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

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

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

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