#193239

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

Shades of Nordic #193239

Tints of Nordic #193239

Color information

#193239 (or 0x193239) is unknown color: approx Nordic. HEX triplet: 19, 32 and 39. RGB value is (25,50,57). Sum of RGB (Red+Green+Blue) = 25+50+57=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #193239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193239 is #E6CDC6. Grayscale: #2B2B2B. Windows color (decimal): -15125959 or 3748377. OLE color: 3748377.

HSL color Cylindrical-coordinate representation of color #193239: hue angle of 193.12º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193239 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB255057-
CMYK0.560.1200.78
HSL193.12º39.02%16.08%-
HSV(B)193.12º56.14%22.35%-
XYZ2.282.784.29-
YUV43.32135.72114.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=18.94%
G=37.88%
B=43.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2550570.560.1200.78193.1239.0216.08
Hex19323938C04Ec12710
Octal316271701401163014720
Binary110011100101110011110001100010011101100000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193239; }

 p { color: rgb(25,50,57); }

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

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

 a { background-color: rgb(25,50,57); }

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

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

 span { border-color: rgb(25,50,57); }

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