Html Css Color HEX #19393C Nordic

📋 copy color: '#19393C'

red 25 ◦ green 57 ◦ blue 60

#19393C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #19393C

Tints of Nordic #19393C

RGB

 RED value IS 25 (10.16% from 255) = 17.61%

 GREEN value IS 57 (22.66% from 255) = 40.14%

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 17.61%
G = 40.14%
B = 42.25%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19393C (or 0x19393C) is known color: Nordic. HEX triplet: 19, 39 and 3C. RGB value is (25,57,60). Sum of RGB (Red+Green+Blue) = 25+57+60=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #19393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19393C is #E6C6C3. Grayscale: #2F2F2F. Windows color (decimal): -15124164 or 3946777. OLE color: 3946777.

HSL color Cylindrical-coordinate representation of color #19393C: hue angle of 185.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19393C is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 57 60 -
CMYK 0.58 0.05 0 0.76
HSL 185.14º 0.41% 0.17% -
HSV(B) 185.14º 0.58% 0.24% -
XYZ 2.68 3.46 4.8 -
YUV 47.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 25 57 60 0.58 0.05 0 0.76 185.14 0.41 0.17
Hex 19 39 3C 3A 5 0 4C B9 29 11
Octal 31 71 74 72 5 0 114 271 51 21
Binary 11001 111001 111100 111010 101 0 1001100 10111001 101001 10001

Color Harmonies of #19393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19393C

Black with #19393C

Text Example


Text Example

White with #19393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19393C; }

 p { color: rgb(25,57,60); }

 H1.HeaderClassName
 {
   color: #19393C;
 }
 .AnyTagClassName
 {
   color: #19393C;
 }
</style>

background-color css

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

 a { background-color: rgb(25,57,60); }

 div.DivClassName
 {
   background-color: #19393C;
 }
 .BgClassName
 {
   background-color: #19393C;
 }
</style>

border-color css

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

 span { border-color: rgb(25,57,60); }

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