Html Css Color HEX #163C40 Nordic

📋 copy color: '#163C40'

red 22 ◦ green 60 ◦ blue 64

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

Shades of Nordic #163C40

Tints of Nordic #163C40

RGB

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

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

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

R = 15.07%
G = 41.1%
B = 43.84%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163C40 (or 0x163C40) is known color: Nordic. HEX triplet: 16, 3C and 40. RGB value is (22,60,64). Sum of RGB (Red+Green+Blue) = 22+60+64=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #163C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C40 is #E9C3BF. Grayscale: #313131. Windows color (decimal): -15320000 or 4209686. OLE color: 4209686.

HSL color Cylindrical-coordinate representation of color #163C40: hue angle of 185.71º 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 #163C40 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 60 64 -
CMYK 0.66 0.06 0 0.75
HSL 185.71º 0.49% 0.17% -
HSV(B) 185.71º 0.66% 0.25% -
XYZ 2.87 3.77 5.43 -
YUV 49.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 22 60 64 0.66 0.06 0 0.75 185.71 0.49 0.17
Hex 16 3C 40 42 6 0 4B BA 31 11
Octal 26 74 100 102 6 0 113 272 61 21
Binary 10110 111100 1000000 1000010 110 0 1001011 10111010 110001 10001

Color Harmonies of #163C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C40

Black with #163C40

Text Example


Text Example

White with #163C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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