Html Css Color HEX #163E47 Nordic

📋 copy color: '#163E47'

red 22 ◦ green 62 ◦ blue 71

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

Shades of Nordic #163E47

Tints of Nordic #163E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 14.19%
G = 40%
B = 45.81%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#163E47 (or 0x163E47) is known color: Nordic. HEX triplet: 16, 3E and 47. RGB value is (22,62,71). Sum of RGB (Red+Green+Blue) = 22+62+71=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #163E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E47 is #E9C1B8. Grayscale: #323232. Windows color (decimal): -15319481 or 4668950. OLE color: 4668950.

HSL color Cylindrical-coordinate representation of color #163E47: hue angle of 191.02º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163E47 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 62 71 -
CMYK 0.69 0.13 0 0.72
HSL 191.02º 0.53% 0.18% -
HSV(B) 191.02º 0.69% 0.28% -
XYZ 3.19 4.07 6.58 -
YUV 51.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 22 62 71 0.69 0.13 0 0.72 191.02 0.53 0.18
Hex 16 3E 47 45 D 0 48 BF 35 12
Octal 26 76 107 105 15 0 110 277 65 22
Binary 10110 111110 1000111 1000101 1101 0 1001000 10111111 110101 10010

Color Harmonies of #163E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E47

Black with #163E47

Text Example


Text Example

White with #163E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,62,71); }

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

background-color css

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

 a { background-color: rgb(22,62,71); }

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

border-color css

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

 span { border-color: rgb(22,62,71); }

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