#193036

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

Shades of Nordic #193036

Tints of Nordic #193036

Color information

#193036 (or 0x193036) is unknown color: approx Nordic. HEX triplet: 19, 30 and 36. RGB value is (25,48,54). Sum of RGB (Red+Green+Blue) = 25+48+54=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #193036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193036 is #E6CFC9. Grayscale: #292929. Windows color (decimal): -15126474 or 3551257. OLE color: 3551257.

HSL color Cylindrical-coordinate representation of color #193036: hue angle of 192.41º 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 #193036 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB254854-
CMYK0.540.1100.79
HSL192.41º36.71%15.49%-
HSV(B)192.41º53.7%21.18%-
XYZ2.122.593.88-
YUV41.81134.88116.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=19.69%
G=37.80%
B=42.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2548540.540.1100.79192.4136.7115.49
Hex19303636B04Fc025f
Octal316066661301173004517
Binary11001110000110110110110101101001111110000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193036; }

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

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

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

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

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

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

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

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