Html Css Color HEX #19373B Nordic

📋 copy color: '#19373B'

red 25 ◦ green 55 ◦ blue 59

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

Shades of Nordic #19373B

Tints of Nordic #19373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.57%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 17.99%
G = 39.57%
B = 42.45%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19373B (or 0x19373B) is known color: Nordic. HEX triplet: 19, 37 and 3B. RGB value is (25,55,59). Sum of RGB (Red+Green+Blue) = 25+55+59=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 59 - color contains mainly: blue. Hex color #19373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19373B is #E6C8C4. Grayscale: #2E2E2E. Windows color (decimal): -15124677 or 3880729. OLE color: 3880729.

HSL color Cylindrical-coordinate representation of color #19373B: hue angle of 187.06º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19373B is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 55 59 -
CMYK 0.58 0.07 0 0.77
HSL 187.06º 0.4% 0.16% -
HSV(B) 187.06º 0.58% 0.23% -
XYZ 2.56 3.25 4.63 -
YUV 46.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 25 55 59 0.58 0.07 0 0.77 187.06 0.4 0.16
Hex 19 37 3B 3A 7 0 4D BB 28 10
Octal 31 67 73 72 7 0 115 273 50 20
Binary 11001 110111 111011 111010 111 0 1001101 10111011 101000 10000

Color Harmonies of #19373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19373B

Black with #19373B

Text Example


Text Example

White with #19373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19373B; }

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

 H1.HeaderClassName
 {
   color: #19373B;
 }
 .AnyTagClassName
 {
   color: #19373B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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