Html Css Color HEX #16363F Nordic

📋 copy color: '#16363F'

red 22 ◦ green 54 ◦ blue 63

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

Shades of Nordic #16363F

Tints of Nordic #16363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 63 (25% from 255) = 45.32%

R = 15.83%
G = 38.85%
B = 45.32%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#16363F (or 0x16363F) is known color: Nordic. HEX triplet: 16, 36 and 3F. RGB value is (22,54,63). Sum of RGB (Red+Green+Blue) = 22+54+63=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #16363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16363F is #E9C9C0. Grayscale: #2D2D2D. Windows color (decimal): -15321537 or 4142614. OLE color: 4142614.

HSL color Cylindrical-coordinate representation of color #16363F: hue angle of 193.17º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16363F is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 54 63 -
CMYK 0.65 0.14 0 0.75
HSL 193.17º 0.48% 0.17% -
HSV(B) 193.17º 0.65% 0.25% -
XYZ 2.55 3.17 5.18 -
YUV 45.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 22 54 63 0.65 0.14 0 0.75 193.17 0.48 0.17
Hex 16 36 3F 41 E 0 4B C1 30 11
Octal 26 66 77 101 16 0 113 301 60 21
Binary 10110 110110 111111 1000001 1110 0 1001011 11000001 110000 10001

Color Harmonies of #16363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16363F

Black with #16363F

Text Example


Text Example

White with #16363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16363F; }

 p { color: rgb(22,54,63); }

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

background-color css

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

 a { background-color: rgb(22,54,63); }

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

border-color css

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

 span { border-color: rgb(22,54,63); }

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