#193b43

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

Shades of Nordic #193B43

Tints of Nordic #193B43

Color information

#193B43 (or 0x193B43) is unknown color: approx Nordic. HEX triplet: 19, 3B and 43. RGB value is (25,59,67). Sum of RGB (Red+Green+Blue) = 25+59+67=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #193B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B43 is #E6C4BC. Grayscale: #313131. Windows color (decimal): -15123645 or 4406041. OLE color: 4406041.

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

Color convert

RGB255967-
CMYK0.630.1200.74
HSL191.43º45.65%18.04%-
HSV(B)191.43º62.69%26.27%-
XYZ2.983.745.88-
YUV49.75137.74110.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=16.56%
G=39.07%
B=44.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2559670.630.1200.74191.4345.6518.04
Hex193B433FC04Abf2e12
Octal3173103771401122775622
Binary1100111101110000111111111100010010101011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193b43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,59,67); }

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

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

 a { background-color: rgb(25,59,67); }

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

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

 span { border-color: rgb(25,59,67); }

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