#19353D

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

Shades of Nordic #19353D

Tints of Nordic #19353D

Color information

#19353D (or 0x19353D) is unknown color: approx Nordic. HEX triplet: 19, 35 and 3D. RGB value is (25,53,61). Sum of RGB (Red+Green+Blue) = 25+53+61=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #19353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19353D is #E6CAC2. Grayscale: #2D2D2D. Windows color (decimal): -15125187 or 4011289. OLE color: 4011289.

HSL color Cylindrical-coordinate representation of color #19353D: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19353D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB255361-
CMYK0.590.1300.76
HSL193.33º41.86%16.86%-
HSV(B)193.33º59.02%23.92%-
XYZ2.523.094.88-
YUV45.54136.72113.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=17.99%
G=38.13%
B=43.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2553610.590.1300.76193.3341.8616.86
Hex19353D3BD04Cc12a11
Octal316575731501143015221
Binary110011101011111011110111101010011001100000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19353D; }

 p { color: rgb(25,53,61); }

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

<style>
 a { background-color: #19353D; }

 a { background-color: rgb(25,53,61); }

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

<style>
 span { border-color: #19353D; }

 span { border-color: rgb(25,53,61); }

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