#01313E

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

Shades of Nordic #01313E

Tints of Nordic #01313E

Color information

#01313E (or 0x01313E) is unknown color: approx Nordic. HEX triplet: 01, 31 and 3E. RGB value is (1,49,62). Sum of RGB (Red+Green+Blue) = 1+49+62=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #01313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313E is #FECEC1. Grayscale: #242424. Windows color (decimal): -16699074 or 4075777. OLE color: 4075777.

HSL color Cylindrical-coordinate representation of color #01313E: hue angle of 192.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01313E is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14962-
CMYK0.980.2100.76
HSL192.79º96.83%12.35%-
HSV(B)192.79º98.39%24.31%-
XYZ1.982.554.95-
YUV36.13142.6102.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 62 (24.61% from 255) = 55.36%
R=0.89%
G=43.75%
B=55.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal149620.980.2100.76192.7996.8312.35
Hex1313E621504Cc161c
Octal1617614225011430114114
Binary1110001111110110001010101010011001100000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01313E; }

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

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

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

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

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

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

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

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