#193437

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

Shades of Nordic #193437

Tints of Nordic #193437

Color information

#193437 (or 0x193437) is unknown color: approx Nordic. HEX triplet: 19, 34 and 37. RGB value is (25,52,55). Sum of RGB (Red+Green+Blue) = 25+52+55=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #193437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193437 is #E6CBC8. Grayscale: #2C2C2C. Windows color (decimal): -15125449 or 3617817. OLE color: 3617817.

HSL color Cylindrical-coordinate representation of color #193437: hue angle of 186º 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 #193437 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB255255-
CMYK0.550.0500.78
HSL186º37.5%15.69%-
HSV(B)186º54.55%21.57%-
XYZ2.322.944.06-
YUV44.27134.05114.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=18.94%
G=39.39%
B=41.67%

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
Decimal2552550.550.0500.7818637.515.69
Hex19343737504Eba2610
Octal31646767501162724620
Binary11001110100110111110111101010011101011101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193437; }

 p { color: rgb(25,52,55); }

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

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

 a { background-color: rgb(25,52,55); }

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

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

 span { border-color: rgb(25,52,55); }

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