#01323E

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

Shades of Nordic #01323E

Tints of Nordic #01323E

Color information

#01323E (or 0x01323E) is unknown color: approx Nordic. HEX triplet: 01, 32 and 3E. RGB value is (1,50,62). Sum of RGB (Red+Green+Blue) = 1+50+62=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #01323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323E is #FECDC1. Grayscale: #242424. Windows color (decimal): -16698818 or 4076033. OLE color: 4076033.

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

Color convert

RGB15062-
CMYK0.980.1900.76
HSL191.8º96.83%12.35%-
HSV(B)191.8º98.39%24.31%-
XYZ2.022.644.96-
YUV36.72142.27102.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 62 (24.61% from 255) = 54.87%
R=0.88%
G=44.25%
B=54.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal150620.980.1900.76191.896.8312.35
Hex1323E621304Cc061c
Octal1627614223011430014114
Binary1110010111110110001010011010011001100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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