#13363F

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

Shades of Nordic #13363F

Tints of Nordic #13363F

Color information

#13363F (or 0x13363F) is unknown color: approx Nordic. HEX triplet: 13, 36 and 3F. RGB value is (19,54,63). Sum of RGB (Red+Green+Blue) = 19+54+63=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #13363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13363F is #ECC9C0. Grayscale: #2C2C2C. Windows color (decimal): -15518145 or 4142611. OLE color: 4142611.

HSL color Cylindrical-coordinate representation of color #13363F: hue angle of 192.27º 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 #13363F is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195463-
CMYK0.700.1400.75
HSL192.27º53.66%16.08%-
HSV(B)192.27º69.84%24.71%-
XYZ2.483.145.18-
YUV44.56138.4109.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 63 (25% from 255) = 46.32%
R=13.97%
G=39.71%
B=46.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1954630.700.1400.75192.2753.6616.08
Hex13363F46E04Bc03610
Octal2366771061601133006620
Binary1001111011011111110001101110010010111100000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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