Html Css Color HEX #19393F Nordic

📋 copy color: '#19393F'

red 25 ◦ green 57 ◦ blue 63

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

Shades of Nordic #19393F

Tints of Nordic #19393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.45%

R = 17.24%
G = 39.31%
B = 43.45%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#19393F (or 0x19393F) is known color: Nordic. HEX triplet: 19, 39 and 3F. RGB value is (25,57,63). Sum of RGB (Red+Green+Blue) = 25+57+63=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #19393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19393F is #E6C6C0. Grayscale: #303030. Windows color (decimal): -15124161 or 4143385. OLE color: 4143385.

HSL color Cylindrical-coordinate representation of color #19393F: hue angle of 189.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19393F is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 57 63 -
CMYK 0.60 0.10 0 0.75
HSL 189.47º 0.43% 0.17% -
HSV(B) 189.47º 0.6% 0.25% -
XYZ 2.76 3.49 5.23 -
YUV 48.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 25 57 63 0.60 0.10 0 0.75 189.47 0.43 0.17
Hex 19 39 3F 3C A 0 4B BD 2B 11
Octal 31 71 77 74 12 0 113 275 53 21
Binary 11001 111001 111111 111100 1010 0 1001011 10111101 101011 10001

Color Harmonies of #19393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19393F

Black with #19393F

Text Example


Text Example

White with #19393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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