#01313D

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

Shades of Nordic #01313D

Tints of Nordic #01313D

Color information

#01313D (or 0x01313D) is unknown color: approx Nordic. HEX triplet: 01, 31 and 3D. RGB value is (1,49,61). Sum of RGB (Red+Green+Blue) = 1+49+61=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #01313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313D is #FECEC2. Grayscale: #232323. Windows color (decimal): -16699075 or 4010241. OLE color: 4010241.

HSL color Cylindrical-coordinate representation of color #01313D: hue angle of 192º 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 #01313D is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14961-
CMYK0.980.2000.76
HSL192º96.77%12.16%-
HSV(B)192º98.36%23.92%-
XYZ1.952.544.8-
YUV36.02142.1103.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=0.90%
G=44.14%
B=54.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal149610.980.2000.7619296.7712.16
Hex1313D621404Cc061c
Octal1617514224011430014114
Binary1110001111101110001010100010011001100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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