#13353F

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

Shades of Nordic #13353F

Tints of Nordic #13353F

Color information

#13353F (or 0x13353F) is unknown color: approx Nordic. HEX triplet: 13, 35 and 3F. RGB value is (19,53,63). Sum of RGB (Red+Green+Blue) = 19+53+63=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #13353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353F is #ECCAC0. Grayscale: #2B2B2B. Windows color (decimal): -15518401 or 4142355. OLE color: 4142355.

HSL color Cylindrical-coordinate representation of color #13353F: hue angle of 193.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13353F is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195363-
CMYK0.700.1600.75
HSL193.64º53.66%16.08%-
HSV(B)193.64º69.84%24.71%-
XYZ2.443.045.16-
YUV43.97138.74110.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 63 (25% from 255) = 46.67%
R=14.07%
G=39.26%
B=46.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1953630.700.1600.75193.6453.6616.08
Hex13353F461004Bc23610
Octal2365771062001133026620
Binary10011110101111111100011010000010010111100001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13353F; }

 p { color: rgb(19,53,63); }

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

<style>
 a { background-color: #13353F; }

 a { background-color: rgb(19,53,63); }

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

<style>
 span { border-color: #13353F; }

 span { border-color: rgb(19,53,63); }

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