#013237

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

Shades of Nordic #013237

Tints of Nordic #013237

Color information

#013237 (or 0x013237) is unknown color: approx Nordic. HEX triplet: 01, 32 and 37. RGB value is (1,50,55). Sum of RGB (Red+Green+Blue) = 1+50+55=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #013237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013237 is #FECDC8. Grayscale: #232323. Windows color (decimal): -16698825 or 3617281. OLE color: 3617281.

HSL color Cylindrical-coordinate representation of color #013237: hue angle of 185.56º degrees, saturation: 0.96, 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 #013237 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15055-
CMYK0.980.0900.78
HSL185.56º96.43%10.98%-
HSV(B)185.56º98.18%21.57%-
XYZ1.842.564.01-
YUV35.92138.77103.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 55 (21.88% from 255) = 51.89%
R=0.94%
G=47.17%
B=51.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal150550.980.0900.78185.5696.4310.98
Hex1323762904Eba60b
Octal1626714211011627214013
Binary111001011011111000101001010011101011101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013237; }

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

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

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

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

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

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

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

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