Html Css Color HEX #16353B Nordic

📋 copy color: '#16353B'

red 22 ◦ green 53 ◦ blue 59

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

Shades of Nordic #16353B

Tints of Nordic #16353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 16.42%
G = 39.55%
B = 44.03%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#16353B (or 0x16353B) is known color: Nordic. HEX triplet: 16, 35 and 3B. RGB value is (22,53,59). Sum of RGB (Red+Green+Blue) = 22+53+59=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #16353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353B is #E9CAC4. Grayscale: #2C2C2C. Windows color (decimal): -15321797 or 3880214. OLE color: 3880214.

HSL color Cylindrical-coordinate representation of color #16353B: hue angle of 189.73º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16353B is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 53 59 -
CMYK 0.63 0.10 0 0.77
HSL 189.73º 0.46% 0.16% -
HSV(B) 189.73º 0.63% 0.23% -
XYZ 2.39 3.03 4.6 -
YUV 44.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 22 53 59 0.63 0.10 0 0.77 189.73 0.46 0.16
Hex 16 35 3B 3F A 0 4D BE 2E 10
Octal 26 65 73 77 12 0 115 276 56 20
Binary 10110 110101 111011 111111 1010 0 1001101 10111110 101110 10000

Color Harmonies of #16353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16353B

Black with #16353B

Text Example


Text Example

White with #16353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16353B; }

 p { color: rgb(22,53,59); }

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

background-color css

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

 a { background-color: rgb(22,53,59); }

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

border-color css

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

 span { border-color: rgb(22,53,59); }

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