#193538

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

Shades of Nordic #193538

Tints of Nordic #193538

Color information

#193538 (or 0x193538) is unknown color: approx Nordic. HEX triplet: 19, 35 and 38. RGB value is (25,53,56). Sum of RGB (Red+Green+Blue) = 25+53+56=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #193538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193538 is #E6CAC7. Grayscale: #2C2C2C. Windows color (decimal): -15125192 or 3683609. OLE color: 3683609.

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

Color convert

RGB255356-
CMYK0.550.0500.78
HSL185.81º38.27%15.88%-
HSV(B)185.81º55.36%21.96%-
XYZ2.393.044.2-
YUV44.97134.22113.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=18.66%
G=39.55%
B=41.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2553560.550.0500.78185.8138.2715.88
Hex19353837504Eba2610
Octal31657067501162724620
Binary11001110101111000110111101010011101011101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193538; }

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

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

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

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

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

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

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

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