#193234

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

Shades of Nordic #193234

Tints of Nordic #193234

Color information

#193234 (or 0x193234) is unknown color: approx Nordic. HEX triplet: 19, 32 and 34. RGB value is (25,50,52). Sum of RGB (Red+Green+Blue) = 25+50+52=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: blue. Hex color #193234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193234 is #E6CDCB. Grayscale: #2A2A2A. Windows color (decimal): -15125964 or 3420697. OLE color: 3420697.

HSL color Cylindrical-coordinate representation of color #193234: hue angle of 184.44º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193234 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB255052-
CMYK0.520.0400.80
HSL184.44º35.06%15.1%-
HSV(B)184.44º51.92%20.39%-
XYZ2.162.743.66-
YUV42.75133.22115.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=19.69%
G=39.37%
B=40.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550520.520.0400.80184.4435.0615.1
Hex193234344050b823f
Octal31626464401202704317
Binary1100111001011010011010010001010000101110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193234; }

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

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

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

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

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

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

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

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