Html Css Color HEX #193841 Nordic

📋 copy color: '#193841'

red 25 ◦ green 56 ◦ blue 65

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

Shades of Nordic #193841

Tints of Nordic #193841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 17.12%
G = 38.36%
B = 44.52%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#193841 (or 0x193841) is known color: Nordic. HEX triplet: 19, 38 and 41. RGB value is (25,56,65). Sum of RGB (Red+Green+Blue) = 25+56+65=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #193841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193841 is #E6C7BE. Grayscale: #2F2F2F. Windows color (decimal): -15124415 or 4274201. OLE color: 4274201.

HSL color Cylindrical-coordinate representation of color #193841: hue angle of 193.5º 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 #193841 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 56 65 -
CMYK 0.62 0.14 0 0.75
HSL 193.5º 0.44% 0.18% -
HSV(B) 193.5º 0.62% 0.25% -
XYZ 2.77 3.42 5.51 -
YUV 47.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 25 56 65 0.62 0.14 0 0.75 193.5 0.44 0.18
Hex 19 38 41 3E E 0 4B C2 2C 12
Octal 31 70 101 76 16 0 113 302 54 22
Binary 11001 111000 1000001 111110 1110 0 1001011 11000010 101100 10010

Color Harmonies of #193841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193841

Black with #193841

Text Example


Text Example

White with #193841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193841; }

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

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

background-color css

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

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

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

border-color css

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

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

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