#193D42

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

Shades of Nordic #193D42

Tints of Nordic #193D42

Color information

#193D42 (or 0x193D42) is unknown color: approx Nordic. HEX triplet: 19, 3D and 42. RGB value is (25,61,66). Sum of RGB (Red+Green+Blue) = 25+61+66=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #193D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D42 is #E6C2BD. Grayscale: #323232. Windows color (decimal): -15123134 or 4341017. OLE color: 4341017.

HSL color Cylindrical-coordinate representation of color #193D42: hue angle of 187.32º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193D42 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB256166-
CMYK0.620.0800.74
HSL187.32º45.05%17.84%-
HSV(B)187.32º62.12%25.88%-
XYZ3.053.945.75-
YUV50.81136.57109.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=16.45%
G=40.13%
B=43.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2561660.620.0800.74187.3245.0517.84
Hex193D423E804Abb2d12
Octal3175102761001122735522
Binary1100111110110000101111101000010010101011101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,66); }

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

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

 a { background-color: rgb(25,61,66); }

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

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

 span { border-color: rgb(25,61,66); }

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