Html Css Color HEX #193D41 Nordic

📋 copy color: '#193D41'

red 25 ◦ green 61 ◦ blue 65

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

Shades of Nordic #193D41

Tints of Nordic #193D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.05%

R = 16.56%
G = 40.4%
B = 43.05%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193D41 (or 0x193D41) is known color: Nordic. HEX triplet: 19, 3D and 41. RGB value is (25,61,65). Sum of RGB (Red+Green+Blue) = 25+61+65=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #193D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D41 is #E6C2BE. Grayscale: #323232. Windows color (decimal): -15123135 or 4275481. OLE color: 4275481.

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

Color convert

RGB 25 61 65 -
CMYK 0.62 0.06 0 0.75
HSL 186º 0.44% 0.18% -
HSV(B) 186º 0.62% 0.25% -
XYZ 3.02 3.93 5.6 -
YUV 50.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 25 61 65 0.62 0.06 0 0.75 186 0.44 0.18
Hex 19 3D 41 3E 6 0 4B BA 2C 12
Octal 31 75 101 76 6 0 113 272 54 22
Binary 11001 111101 1000001 111110 110 0 1001011 10111010 101100 10010

Color Harmonies of #193D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D41

Black with #193D41

Text Example


Text Example

White with #193D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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