#01313A

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

Shades of Nordic #01313A

Tints of Nordic #01313A

Color information

#01313A (or 0x01313A) is unknown color: approx Nordic. HEX triplet: 01, 31 and 3A. RGB value is (1,49,58). Sum of RGB (Red+Green+Blue) = 1+49+58=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #01313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313A is #FECEC5. Grayscale: #232323. Windows color (decimal): -16699078 or 3813633. OLE color: 3813633.

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

Color convert

RGB14958-
CMYK0.980.1600.77
HSL189.47º96.61%11.57%-
HSV(B)189.47º98.28%22.75%-
XYZ1.872.514.39-
YUV35.67140.6103.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=0.93%
G=45.37%
B=53.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal149580.980.1600.77189.4796.6111.57
Hex1313A621004Dbd61c
Octal1617214220011527514114
Binary1110001111010110001010000010011011011110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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