#13323A

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

Shades of Nordic #13323A

Tints of Nordic #13323A

Color information

#13323A (or 0x13323A) is unknown color: approx Nordic. HEX triplet: 13, 32 and 3A. RGB value is (19,50,58). Sum of RGB (Red+Green+Blue) = 19+50+58=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #13323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323A is #ECCDC5. Grayscale: #292929. Windows color (decimal): -15519174 or 3813907. OLE color: 3813907.

HSL color Cylindrical-coordinate representation of color #13323A: hue angle of 192.31º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13323A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB195058-
CMYK0.670.1400.77
HSL192.31º50.65%15.1%-
HSV(B)192.31º67.24%22.75%-
XYZ2.172.734.41-
YUV41.64137.23111.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=14.96%
G=39.37%
B=45.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1950580.670.1400.77192.3150.6515.1
Hex13323A43E04Dc033f
Octal2362721031601153006317
Binary100111100101110101000011111001001101110000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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