#13343A

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

Shades of Nordic #13343A

Tints of Nordic #13343A

Color information

#13343A (or 0x13343A) is unknown color: approx Nordic. HEX triplet: 13, 34 and 3A. RGB value is (19,52,58). Sum of RGB (Red+Green+Blue) = 19+52+58=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #13343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13343A is #ECCBC5. Grayscale: #2A2A2A. Windows color (decimal): -15518662 or 3814419. OLE color: 3814419.

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

Color convert

RGB195258-
CMYK0.670.1000.77
HSL189.23º50.65%15.1%-
HSV(B)189.23º67.24%22.75%-
XYZ2.262.94.44-
YUV42.82136.57111.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=14.73%
G=40.31%
B=44.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1952580.670.1000.77189.2350.6515.1
Hex13343A43A04Dbd33f
Octal2364721031201152756317
Binary100111101001110101000011101001001101101111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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