Html Css Color HEX #193D40 Nordic

📋 copy color: '#193D40'

red 25 ◦ green 61 ◦ blue 64

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

Shades of Nordic #193D40

Tints of Nordic #193D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

 BLUE value IS 64 (25.39% from 255) = 42.67%

R = 16.67%
G = 40.67%
B = 42.67%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193D40 (or 0x193D40) is known color: Nordic. HEX triplet: 19, 3D and 40. RGB value is (25,61,64). Sum of RGB (Red+Green+Blue) = 25+61+64=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #193D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D40 is #E6C2BF. Grayscale: #323232. Windows color (decimal): -15123136 or 4209945. OLE color: 4209945.

HSL color Cylindrical-coordinate representation of color #193D40: hue angle of 184.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193D40 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 61 64 -
CMYK 0.61 0.05 0 0.75
HSL 184.62º 0.44% 0.17% -
HSV(B) 184.62º 0.61% 0.25% -
XYZ 3 3.91 5.45 -
YUV 50.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 25 61 64 0.61 0.05 0 0.75 184.62 0.44 0.17
Hex 19 3D 40 3D 5 0 4B B9 2C 11
Octal 31 75 100 75 5 0 113 271 54 21
Binary 11001 111101 1000000 111101 101 0 1001011 10111001 101100 10001

Color Harmonies of #193D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D40

Black with #193D40

Text Example


Text Example

White with #193D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193D40; }

 p { color: rgb(25,61,64); }

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

background-color css

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

 a { background-color: rgb(25,61,64); }

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

border-color css

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

 span { border-color: rgb(25,61,64); }

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