#193E46

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

Shades of Nordic #193E46

Tints of Nordic #193E46

Color information

#193E46 (or 0x193E46) is unknown color: approx Nordic. HEX triplet: 19, 3E and 46. RGB value is (25,62,70). Sum of RGB (Red+Green+Blue) = 25+62+70=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #193E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E46 is #E6C1B9. Grayscale: #333333. Windows color (decimal): -15122874 or 4603417. OLE color: 4603417.

HSL color Cylindrical-coordinate representation of color #193E46: hue angle of 190.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193E46 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB256270-
CMYK0.640.1100.73
HSL190.67º47.37%18.63%-
HSV(B)190.67º64.29%27.45%-
XYZ3.234.096.41-
YUV51.85138.24108.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=15.92%
G=39.49%
B=44.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2562700.640.1100.73190.6747.3718.63
Hex193E4640B049bf2f13
Octal31761061001301112775723
Binary11001111110100011010000001011010010011011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E46; }

 p { color: rgb(25,62,70); }

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

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

 a { background-color: rgb(25,62,70); }

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

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

 span { border-color: rgb(25,62,70); }

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