#013138

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

Shades of Nordic #013138

Tints of Nordic #013138

Color information

#013138 (or 0x013138) is unknown color: approx Nordic. HEX triplet: 01, 31 and 38. RGB value is (1,49,56). Sum of RGB (Red+Green+Blue) = 1+49+56=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #013138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013138 is #FECEC7. Grayscale: #232323. Windows color (decimal): -16699080 or 3682561. OLE color: 3682561.

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

Color convert

RGB14956-
CMYK0.980.1200.78
HSL187.64º96.49%11.18%-
HSV(B)187.64º98.21%21.96%-
XYZ1.822.494.13-
YUV35.45139.6103.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=0.94%
G=46.23%
B=52.83%

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
Decimal149560.980.1200.78187.6496.4911.18
Hex1313862C04Ebc60b
Octal1617014214011627414013
Binary111000111100011000101100010011101011110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013138; }

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

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

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

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

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

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

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

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