Html Css Color HEX #16393D Nordic

📋 copy color: '#16393D'

red 22 ◦ green 57 ◦ blue 61

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

Shades of Nordic #16393D

Tints of Nordic #16393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.57%

R = 15.71%
G = 40.71%
B = 43.57%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#16393D (or 0x16393D) is known color: Nordic. HEX triplet: 16, 39 and 3D. RGB value is (22,57,61). Sum of RGB (Red+Green+Blue) = 22+57+61=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #16393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16393D is #E9C6C2. Grayscale: #2E2E2E. Windows color (decimal): -15320771 or 4012310. OLE color: 4012310.

HSL color Cylindrical-coordinate representation of color #16393D: hue angle of 186.15º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16393D is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 22 57 61 -
CMYK 0.64 0.07 0 0.76
HSL 186.15º 0.47% 0.16% -
HSV(B) 186.15º 0.64% 0.24% -
XYZ 2.64 3.43 4.94 -
YUV 46.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 22 57 61 0.64 0.07 0 0.76 186.15 0.47 0.16
Hex 16 39 3D 40 7 0 4C BA 2F 10
Octal 26 71 75 100 7 0 114 272 57 20
Binary 10110 111001 111101 1000000 111 0 1001100 10111010 101111 10000

Color Harmonies of #16393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16393D

Black with #16393D

Text Example


Text Example

White with #16393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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