Html Css Color HEX #193637 Nordic

📋 copy color: '#193637'

red 25 ◦ green 54 ◦ blue 55

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

Shades of Nordic #193637

Tints of Nordic #193637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.3%

 BLUE value IS 55 (21.88% from 255) = 41.04%

R = 18.66%
G = 40.3%
B = 41.04%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193637 (or 0x193637) is known color: Nordic. HEX triplet: 19, 36 and 37. RGB value is (25,54,55). Sum of RGB (Red+Green+Blue) = 25+54+55=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #193637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193637 is #E6C9C8. Grayscale: #2D2D2D. Windows color (decimal): -15124937 or 3618329. OLE color: 3618329.

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

Color convert

RGB 25 54 55 -
CMYK 0.55 0.02 0 0.78
HSL 182º 0.38% 0.16% -
HSV(B) 182º 0.55% 0.22% -
XYZ 2.41 3.12 4.09 -
YUV 45.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 25 54 55 0.55 0.02 0 0.78 182 0.38 0.16
Hex 19 36 37 37 2 0 4E B6 26 10
Octal 31 66 67 67 2 0 116 266 46 20
Binary 11001 110110 110111 110111 10 0 1001110 10110110 100110 10000

Color Harmonies of #193637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193637

Black with #193637

Text Example


Text Example

White with #193637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193637; }

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

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

background-color css

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

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

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

border-color css

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

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

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