#16353A

Color #16353A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #16353A

Tints of Nordic #16353A

Color information

#16353A (or 0x16353A) is unknown color: approx Nordic. HEX triplet: 16, 35 and 3A. RGB value is (22,53,58). Sum of RGB (Red+Green+Blue) = 22+53+58=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #16353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353A is #E9CAC5. Grayscale: #2C2C2C. Windows color (decimal): -15321798 or 3814678. OLE color: 3814678.

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

Color convert

RGB225358-
CMYK0.620.0900.77
HSL188.33º45%15.69%-
HSV(B)188.33º62.07%22.75%-
XYZ2.373.024.46-
YUV44.3135.73112.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=16.54%
G=39.85%
B=43.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2253580.620.0900.77188.334515.69
Hex16353A3E904Dbc2d10
Octal266572761101152745520
Binary101101101011110101111101001010011011011110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16353A;
 }
 .AnyTagClassName
 {
   color: #16353A;
 }
</style>
background-color css

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

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

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

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

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

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