#13353C

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

Shades of Nordic #13353C

Tints of Nordic #13353C

Color information

#13353C (or 0x13353C) is unknown color: approx Nordic. HEX triplet: 13, 35 and 3C. RGB value is (19,53,60). Sum of RGB (Red+Green+Blue) = 19+53+60=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #13353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353C is #ECCAC3. Grayscale: #2B2B2B. Windows color (decimal): -15518404 or 3945747. OLE color: 3945747.

HSL color Cylindrical-coordinate representation of color #13353C: hue angle of 190.24º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13353C is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB195360-
CMYK0.680.1200.76
HSL190.24º51.9%15.49%-
HSV(B)190.24º68.33%23.53%-
XYZ2.363.014.73-
YUV43.63137.24110.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=14.39%
G=40.15%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1953600.680.1200.76190.2451.915.49
Hex13353C44C04Cbe34f
Octal2365741041401142766417
Binary100111101011111001000100110001001100101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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