#13323B

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

Shades of Nordic #13323B

Tints of Nordic #13323B

Color information

#13323B (or 0x13323B) is unknown color: approx Nordic. HEX triplet: 13, 32 and 3B. RGB value is (19,50,59). Sum of RGB (Red+Green+Blue) = 19+50+59=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #13323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323B is #ECCDC4. Grayscale: #292929. Windows color (decimal): -15519173 or 3879443. OLE color: 3879443.

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

Color convert

RGB195059-
CMYK0.680.1500.77
HSL193.5º51.28%15.29%-
HSV(B)193.5º67.8%23.14%-
XYZ2.22.744.55-
YUV41.76137.73111.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=14.84%
G=39.06%
B=46.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1950590.680.1500.77193.551.2815.29
Hex13323B44F04Dc233f
Octal2362731041701153026317
Binary100111100101110111000100111101001101110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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