#01323A

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

Shades of Nordic #01323A

Tints of Nordic #01323A

Color information

#01323A (or 0x01323A) is unknown color: approx Nordic. HEX triplet: 01, 32 and 3A. RGB value is (1,50,58). Sum of RGB (Red+Green+Blue) = 1+50+58=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #01323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323A is #FECDC5. Grayscale: #242424. Windows color (decimal): -16698822 or 3813889. OLE color: 3813889.

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

Color convert

RGB15058-
CMYK0.980.1400.77
HSL188.42º96.61%11.57%-
HSV(B)188.42º98.28%22.75%-
XYZ1.922.594.4-
YUV36.26140.27102.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=0.92%
G=45.87%
B=53.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal150580.980.1400.77188.4296.6111.57
Hex1323A62E04Dbc61c
Octal1627214216011527414114
Binary111001011101011000101110010011011011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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