Html Css Color HEX #16393E Nordic

📋 copy color: '#16393E'

red 22 ◦ green 57 ◦ blue 62

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

Shades of Nordic #16393E

Tints of Nordic #16393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.97%

R = 15.6%
G = 40.43%
B = 43.97%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#16393E (or 0x16393E) is known color: Nordic. HEX triplet: 16, 39 and 3E. RGB value is (22,57,62). Sum of RGB (Red+Green+Blue) = 22+57+62=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #16393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16393E is #E9C6C1. Grayscale: #2F2F2F. Windows color (decimal): -15320770 or 4077846. OLE color: 4077846.

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

Color convert

RGB 22 57 62 -
CMYK 0.65 0.08 0 0.76
HSL 187.5º 0.48% 0.16% -
HSV(B) 187.5º 0.65% 0.24% -
XYZ 2.66 3.44 5.08 -
YUV 47.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 22 57 62 0.65 0.08 0 0.76 187.5 0.48 0.16
Hex 16 39 3E 41 8 0 4C BC 30 10
Octal 26 71 76 101 10 0 114 274 60 20
Binary 10110 111001 111110 1000001 1000 0 1001100 10111100 110000 10000

Color Harmonies of #16393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16393E

Black with #16393E

Text Example


Text Example

White with #16393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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