Html Css Color HEX #163C41 Nordic

📋 copy color: '#163C41'

red 22 ◦ green 60 ◦ blue 65

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

Shades of Nordic #163C41

Tints of Nordic #163C41

RGB

 RED value IS 22 (8.98% from 255) = 14.97%

 GREEN value IS 60 (23.83% from 255) = 40.82%

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

R = 14.97%
G = 40.82%
B = 44.22%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163C41 (or 0x163C41) is known color: Nordic. HEX triplet: 16, 3C and 41. RGB value is (22,60,65). Sum of RGB (Red+Green+Blue) = 22+60+65=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #163C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C41 is #E9C3BE. Grayscale: #313131. Windows color (decimal): -15319999 or 4275222. OLE color: 4275222.

HSL color Cylindrical-coordinate representation of color #163C41: hue angle of 186.98º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163C41 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 60 65 -
CMYK 0.66 0.08 0 0.75
HSL 186.98º 0.49% 0.17% -
HSV(B) 186.98º 0.66% 0.25% -
XYZ 2.9 3.78 5.58 -
YUV 49.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 22 60 65 0.66 0.08 0 0.75 186.98 0.49 0.17
Hex 16 3C 41 42 8 0 4B BB 31 11
Octal 26 74 101 102 10 0 113 273 61 21
Binary 10110 111100 1000001 1000010 1000 0 1001011 10111011 110001 10001

Color Harmonies of #163C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C41

Black with #163C41

Text Example


Text Example

White with #163C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163C41; }

 p { color: rgb(22,60,65); }

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

background-color css

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

 a { background-color: rgb(22,60,65); }

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

border-color css

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

 span { border-color: rgb(22,60,65); }

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