#193336

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

Shades of Nordic #193336

Tints of Nordic #193336

Color information

#193336 (or 0x193336) is unknown color: approx Nordic. HEX triplet: 19, 33 and 36. RGB value is (25,51,54). Sum of RGB (Red+Green+Blue) = 25+51+54=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 54 - color contains mainly: blue. Hex color #193336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193336 is #E6CCC9. Grayscale: #2B2B2B. Windows color (decimal): -15125706 or 3552025. OLE color: 3552025.

HSL color Cylindrical-coordinate representation of color #193336: hue angle of 186.21º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193336 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB255154-
CMYK0.540.0600.79
HSL186.21º36.71%15.49%-
HSV(B)186.21º53.7%21.18%-
XYZ2.252.843.92-
YUV43.57133.89114.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=19.23%
G=39.23%
B=41.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2551540.540.0600.79186.2136.7115.49
Hex19333636604Fba25f
Octal31636666601172724517
Binary1100111001111011011011011001001111101110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193336; }

 p { color: rgb(25,51,54); }

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

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

 a { background-color: rgb(25,51,54); }

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

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

 span { border-color: rgb(25,51,54); }

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