#193438

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

Shades of Nordic #193438

Tints of Nordic #193438

Color information

#193438 (or 0x193438) is unknown color: approx Nordic. HEX triplet: 19, 34 and 38. RGB value is (25,52,56). Sum of RGB (Red+Green+Blue) = 25+52+56=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #193438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193438 is #E6CBC7. Grayscale: #2C2C2C. Windows color (decimal): -15125448 or 3683353. OLE color: 3683353.

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

Color convert

RGB255256-
CMYK0.550.0700.78
HSL187.74º38.27%15.88%-
HSV(B)187.74º55.36%21.96%-
XYZ2.342.954.19-
YUV44.38134.55114.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=18.80%
G=39.10%
B=42.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2552560.550.0700.78187.7438.2715.88
Hex19343837704Ebc2610
Octal31647067701162744620
Binary11001110100111000110111111010011101011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193438; }

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

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

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

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

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

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

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

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