Html Css Color HEX #163943 Nordic

📋 copy color: '#163943'

red 22 ◦ green 57 ◦ blue 67

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

Shades of Nordic #163943

Tints of Nordic #163943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

 BLUE value IS 67 (26.56% from 255) = 45.89%

R = 15.07%
G = 39.04%
B = 45.89%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163943 (or 0x163943) is known color: Nordic. HEX triplet: 16, 39 and 43. RGB value is (22,57,67). Sum of RGB (Red+Green+Blue) = 22+57+67=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #163943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163943 is #E9C6BC. Grayscale: #2F2F2F. Windows color (decimal): -15320765 or 4405526. OLE color: 4405526.

HSL color Cylindrical-coordinate representation of color #163943: hue angle of 193.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163943 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 22 57 67 -
CMYK 0.67 0.15 0 0.74
HSL 193.33º 0.51% 0.17% -
HSV(B) 193.33º 0.67% 0.26% -
XYZ 2.81 3.5 5.84 -
YUV 47.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 22 57 67 0.67 0.15 0 0.74 193.33 0.51 0.17
Hex 16 39 43 43 F 0 4A C1 33 11
Octal 26 71 103 103 17 0 112 301 63 21
Binary 10110 111001 1000011 1000011 1111 0 1001010 11000001 110011 10001

Color Harmonies of #163943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163943

Black with #163943

Text Example


Text Example

White with #163943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163943; }

 p { color: rgb(22,57,67); }

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

background-color css

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

 a { background-color: rgb(22,57,67); }

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

border-color css

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

 span { border-color: rgb(22,57,67); }

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